Agora  1.2.0
Agora project
fmt::v8::detail::custom_formatter< Char > Struct Template Reference

#include <format.h>

Collaboration diagram for fmt::v8::detail::custom_formatter< Char >:

Public Member Functions

void operator() (typename basic_format_arg< buffer_context< Char >>::handle h) const
 
template<typename T >
void operator() (T) const
 

Public Attributes

basic_format_parse_context< Char > & parse_ctx
 
buffer_context< Char > & ctx
 

Member Function Documentation

◆ operator()() [1/2]

template<typename Char >
template<typename T >
void fmt::v8::detail::custom_formatter< Char >::operator() ( T  ) const
inline

◆ operator()() [2/2]

template<typename Char >
void fmt::v8::detail::custom_formatter< Char >::operator() ( typename basic_format_arg< buffer_context< Char >>::handle  h) const
inline

Member Data Documentation

◆ ctx

template<typename Char >
buffer_context<Char>& fmt::v8::detail::custom_formatter< Char >::ctx

◆ parse_ctx

template<typename Char >
basic_format_parse_context<Char>& fmt::v8::detail::custom_formatter< Char >::parse_ctx

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