man Logical_functors (Fonctions bibliothèques) -

NAME

Boolean Operations Classes -

Classes

struct std::logical_and< Type >

One of the Boolean operations functors. struct std::logical_or< Type >

One of the Boolean operations functors. struct std::logical_not< Type >

One of the Boolean operations functors.

Detailed Description

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