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

Conjunction of boolean constants. More...

#include <bool.hpp>

Detailed Description

template<class... Args>
struct tmp::and_< std::false_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 False AND Arg2 ...

Definition at line 114 of file bool.hpp.


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