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

Disjunction of Boolean constants. More...

#include <bool.hpp>

Detailed Description

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

Disjunction of Boolean constants.

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

This is the general case

Definition at line 54 of file bool.hpp.


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