muu/bit_pack.h file

Contains the definition of muu::bit_pack().

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.