Variable magic_enum::detail::default_result_type_lambda
Defined in File magic_enum_switch.hpp
Variable Documentation
-
template<typename T = void>
constexpr auto magic_enum::detail::default_result_type_lambda =[]() noexcept(std::is_nothrow_default_constructible_v<T>) { return T{}; }