NiHu  2.0
tmp::and_< std::true_type, Args... > Struct Template Reference

Conjunction of boolean constants. More...

#include <bool.hpp>

Detailed Description

template<class... Args>
struct tmp::and_< std::true_type, Args... >

Conjunction of boolean constants.

Template Parameters
ArgsBoolen values to conjugate
Returns
Arg1 AND Arg2 AND ... AND ArgN

This partial specialisation covers the case True AND Arg2 ...

Definition at line 104 of file bool.hpp.


The documentation for this struct was generated from the following file: