Defines a value field resolving to an integral value of unsigned type which holds an integral parameter Value with inverted bits, as specified by integral bit indices in a template parameter list. More...
#include <chsvmath.h>
Defines a value field resolving to an integral value of unsigned type which holds an integral parameter Value with inverted bits, as specified by integral bit indices in a template parameter list.
Value | is an integral value with |
IndicesOfBits | is a pack of indices of bits to be inverted. Example: get_bit_mask_by_indices_value<0, 2>::value; // resolves to 5
|