Defines a static data member holding an integral value which specifies a mask of bits set with respect to indices specified as the template parameters. More...
Defines a static data member holding an integral value which specifies a mask of bits set with respect to indices specified as the template parameters.
T | is an integral type of value static constant data member holding a value with bits set according to indices in the template parameter pack. |
IndicesOfBits | is a pack of indices of bits to be set in the resulting bit mask with other bits being reset. Example: get_bit_mask_by_indices_value<unsigned, 0, 2>::value; // resolves to 5
|