NiHu  2.0
tmp::and_< Args > Struct Template Reference

Conjunction of boolean constants. More...

#include <bool.hpp>

Detailed Description

template<class... Args>
struct tmp::and_< Args >

Conjunction of boolean constants.

Template Parameters
ArgsBoolen 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: