![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::is_not_igreater — case insensitive version of is_not_greater
// In header: <boost/algorithm/string/compare.hpp> struct is_not_igreater { // public member functions is_not_igreater(const std::locale & = std::locale()); template<typename T1, typename T2> bool operator()(const T1 &, const T2 &) const; };