#include <apibasemath.h>
Computes the bitwise or of the given VALUES. The result is stored in the static member
value
.
T | The type of the values, may be Bool, an integral type or an enum type. |
VALUES | The values to combine. |