Logical_functors

Langue: en

Autres versions - même langue

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

Section: 3 (Bibliothèques de fonctions)

NAME

Boolean Operations Classes -

Classes


struct std::logical_and< _Tp >
One of the Boolean operations functors.
struct std::logical_not< _Tp >
One of the Boolean operations functors.
struct std::logical_or< _Tp >
One of the Boolean operations functors.

Detailed Description

Here are wrapper functors for Boolean operations: &&, ||, and !.

Author

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