Comparison_functors

NAME

Comparison Classes -

Detailed Description

The library provides six wrapper functors for all the basic comparisons in C++, like <.

Classes

struct std::equal_to< _Tp >
One of the comparison functors. struct std::greater< _Tp >
One of the comparison functors. struct std::greater_equal< _Tp >
One of the comparison functors. struct std::less< _Tp >
One of the comparison functors. struct std::less_equal< _Tp >
One of the comparison functors. struct std::not_equal_to< _Tp >
One of the comparison functors.