Comparison_functors

Langue: en

Autres versions - même langue

Version: 324985 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Comparison Classes -

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.

Detailed Description

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

Author

Generated automatically by Doxygen for libstdc++ from the source code.