man Comparison_functors (Fonctions bibliothèques) -

NAME

Comparison Classes -

Classes

struct std::equal_to< Type >

One of the comparison functors. struct std::not_equal_to< Type >

One of the comparison functors. struct std::greater< Type >

One of the comparison functors. struct std::less< Type >

One of the comparison functors. struct std::greater_equal< Type >

One of the comparison functors. struct std::less_equal< Type >

One of the comparison functors.

Detailed Description

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