Boost
C++ Libraries“...one of the most highly regarded and expertly designed C++ library projects in the world.” — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::is_equal — is_equal functor
struct is_equal { // public member functions template<typename T1, typename T2> bool operator()(const T1 &, const T2 &) const; };