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 | |
static constexpr std::size_t FORCE_INLINE | result (underlying_type mask) noexcept(true) |
Compute the total number of bytes that the bitmask mask that maps to the range of types contained in the range [Iter, End). More... | |
Definition at line 91 of file bitfield_map_impl.hpp.
|
inlinestaticconstexprnoexcept |
Compute the total number of bytes that the bitmask mask that maps to the range of types contained in the range [Iter, End).
mask | The bitmaps that maps to the range of types contained in the range [Iter, End). |
Definition at line 98 of file bitfield_map_impl.hpp.