![]() |
ATLAS Offline Software
|
Functions | |
| template<unsigned int bit, unsigned int end, typename T = unsigned int> | |
| static consteval T | createMask () |
| Convenience method to create a mask for which exactly one contiguous sequence of bits is set to 1. | |
|
staticconsteval |
Convenience method to create a mask for which exactly one contiguous sequence of bits is set to 1.
| bit | lowest bit of the sequence |
| end | the first bit not part of this sequence must be larger or equal (for an empty mask) )to bit. |
Definition at line 17 of file ModuleKeyHelper.h.