![]() |
Home | Libraries | People | FAQ | More |
boost::numeric::functional::equal_to_base
template<typename Left, typename Right, typename EnableIf = void> struct equal_to_base : public std::binary_function< Left, Right, typeof(lvalue< Left >()==lvalue< Right >())> { // public member functions result_type operator()(Left &, Right &) const; };