Agora  1.2.0
Agora project
fmt::v8::detail::char_converter< Context > Class Template Reference

#include <printf.h>

Public Member Functions

 char_converter (basic_format_arg< Context > &arg)
 
template<typename T , enable_if_t<(std::is_integral< T >::value), int > = 0>
void operator() (T value)
 
template<typename T , enable_if_t<(!std::is_integral< T >::value), int > = 0>
void operator() (T)
 

Private Attributes

basic_format_arg< Context > & arg_
 

Constructor & Destructor Documentation

◆ char_converter()

template<typename Context >
fmt::v8::detail::char_converter< Context >::char_converter ( basic_format_arg< Context > &  arg)
inlineexplicit

Member Function Documentation

◆ operator()() [1/2]

template<typename Context >
template<typename T , enable_if_t<(std::is_integral< T >::value), int > = 0>
void fmt::v8::detail::char_converter< Context >::operator() ( T  value)
inline

◆ operator()() [2/2]

template<typename Context >
template<typename T , enable_if_t<(!std::is_integral< T >::value), int > = 0>
void fmt::v8::detail::char_converter< Context >::operator() ( T  )
inline

Member Data Documentation

◆ arg_

template<typename Context >
basic_format_arg<Context>& fmt::v8::detail::char_converter< Context >::arg_
private

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