Disjunction of Boolean constants.
More...
#include <bool.hpp>
template<class... Args>
struct tmp::or_< Args >
Disjunction of Boolean constants.
- Template Parameters
-
Args | Boolean 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: