template<typename T, T... VALUES>
struct maxon::Or< T, VALUES >
Computes the bitwise or of the given VALUES. The result is stored in the static member value
.
- Template Parameters
-
T | The type of the values, may be Bool, an integral type or an enum type. |
VALUES | The values to combine. |