TrinityCore
fmt::formatter< Optional< T >, Char > Struct Template Reference

#include <StringFormat.h>

+ Inheritance diagram for fmt::formatter< Optional< T >, Char >:

Public Member Functions

template<typename FormatContext >
auto format (Optional< T > const &value, FormatContext &ctx) const -> decltype(ctx.out())
 

Detailed Description

template<typename T, typename Char>
struct fmt::formatter< Optional< T >, Char >

Definition at line 113 of file StringFormat.h.

Member Function Documentation

◆ format()

template<typename T , typename Char >
template<typename FormatContext >
auto fmt::formatter< Optional< T >, Char >::format ( Optional< T > const &  value,
FormatContext &  ctx 
) const -> decltype(ctx.out())
inline

Definition at line 116 of file StringFormat.h.


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