Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/Concepts.hpp>
Go to the source code of this file.
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
Functions | |
template<typename EnumT > requires Enum<EnumT> | |
constexpr EnumT | toolbox::util::box (typename std::underlying_type_t< EnumT > val) noexcept |
template<typename EnumT > requires Enum<EnumT> | |
constexpr std::underlying_type_t< EnumT > | toolbox::util::unbox (EnumT val) noexcept |