Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
compare.hpp File Reference

Defines element comparison predicates. More...

#include <boost/algorithm/string/config.hpp>
#include <locale>
Include dependency graph for compare.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::algorithm::is_equal
 is_equal functor More...
 
struct  boost::algorithm::is_iequal
 case insensitive version of is_equal More...
 
struct  boost::algorithm::is_less
 is_less functor More...
 
struct  boost::algorithm::is_iless
 case insensitive version of is_less More...
 
struct  boost::algorithm::is_not_greater
 is_not_greater functor More...
 
struct  boost::algorithm::is_not_igreater
 case insensitive version of is_not_greater More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::algorithm
 

Detailed Description

Defines element comparison predicates.

Many algorithms in this library can take an additional argument with a predicate used to compare elements. This makes it possible, for instance, to have case insensitive versions of the algorithms.