comparison classes(3)

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.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout