<mrdocs/Support/TypeTraits.hpp>
template<class Enum> requires std::is_enum_v<Enum> constexpr std::underlying_type_t<Enum> to_underlying(Enum value) noexcept;