Euphoria
fmt::formatter< TEnum, char, std::enable_if_t< std::is_enum_v< TEnum >, void > > Struct Template Reference

#include <enumtostring.h>

Inheritance diagram for fmt::formatter< TEnum, char, std::enable_if_t< std::is_enum_v< TEnum >, void > >:

Public Member Functions

template<typename FormatContext >
auto format (const TEnum &e, FormatContext &ctx) const
 

Detailed Description

template<typename TEnum>
struct fmt::formatter< TEnum, char, std::enable_if_t< std::is_enum_v< TEnum >, void > >

Definition at line 178 of file enumtostring.h.

Member Function Documentation

◆ format()

template<typename TEnum >
template<typename FormatContext >
auto fmt::formatter< TEnum, char, std::enable_if_t< std::is_enum_v< TEnum >, void > >::format ( const TEnum &  e,
FormatContext &  ctx 
) const
inline

Definition at line 187 of file enumtostring.h.


The documentation for this struct was generated from the following file: