Searched defs:equal_to (Results 1 – 3 of 3) sorted by relevance
65 struct equal_to : public binary_function<_Tp, _Tp, bool> { struct66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; } in operator()
26 struct equal_to struct30 enum { x = ( BOOST_MPL_AUX_VALUE_WKND(T1)::value == BOOST_MPL_AUX_VALUE_WKND(T2)::value ) };34 typedef mpl::bool_<value> type;
67 struct equal_to struct