libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
#include <bitfield_map_impl.hpp>
Static Public Member Functions | |
template<class BMsk > | |
static constexpr std::size_t FORCE_INLINE | result (BMsk mask) noexcept(true) |
Compute the number of bytes offset that the bit_pos represents given a bitmask mask that maps to the range of types contained in the range [Iter, End). More... | |
Definition at line 26 of file bitfield_map_impl.hpp.
|
inlinestaticconstexprnoexcept |
Compute the number of bytes offset that the bit_pos represents given a bitmask mask that maps to the range of types contained in the range [Iter, End).
mask | The bitmaps that maps to the range of enabled types contained in the range [Iter, End). |
Definition at line 34 of file bitfield_map_impl.hpp.