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

Disjunction of Boolean constants. More...

#include <bool.hpp>

Detailed Description

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

Disjunction of Boolean constants.

Template Parameters
ArgsBooen values to disjunct
Returns
Arg1 OR Arg2 OR ... OR ArgN

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

Definition at line 74 of file bool.hpp.


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