Or< T, VALUES > Struct Template Reference

#include <apibasemath.h>

详细描述

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.