4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::enum_::to_string_impl< Enum, Enable > Struct Template Reference

Detailed Description

template<typename Enum, typename Enable = void>
struct fcppt::enum_::to_string_impl< Enum, Enable >

Customization point for fcppt::enum_::to_string.

A specialization of this class should contain a static member function std::string_view get(Enum).