file
bit_pack.hContains the definition of muu::
Namespaces
- namespace muu
- The root namespace for all muu functions and types.
Functions
-
template <typename Return = void, typename T, typename U, typename... V>auto bit_pack(T val1, U val2, V... vals) -> auto constexpr noexcept
- Bitwise-packs integers left-to-right into a larger integer.