Searched refs:ArithmeticProxy (Results 1 – 1 of 1) sorted by relevance
40 template< typename T1, typename T2 > class ArithmeticProxy class43 ArithmeticProxy(T1& val1, T2& val2) : in ArithmeticProxy() function in basebmp::detail::ArithmeticProxy55 bool operator==(ArithmeticProxy const & rhs) const in operator ==()58 bool operator!=(ArithmeticProxy const & rhs) const in operator !=()61 bool operator<(ArithmeticProxy const & rhs) const in operator <()64 bool operator<=(ArithmeticProxy const & rhs) const in operator <=()67 bool operator>(ArithmeticProxy const & rhs) const in operator >()70 bool operator>=(ArithmeticProxy const & rhs) const in operator >=()73 int operator-(ArithmeticProxy const & rhs) const in operator -()311 typedef detail::ArithmeticProxy< typename Iterator1::MoveX,[all …]
Completed in 10 milliseconds