4.6.1
Freundlich's C++ toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
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).