Conjunction of boolean constants.
More...
#include <bool.hpp>
template<class... Args>
struct tmp::and_< Args >
Conjunction of boolean constants.
- Template Parameters
-
Args | Boolen values to conjugate |
- Returns
- Arg1 AND Arg2 AND ... AND ArgN
This is the general case
Definition at line 84 of file bool.hpp.
The documentation for this struct was generated from the following file: