Agora  1.2.0
Agora project
fmt::v8::detail::arg_converter< T, Context > Class Template Reference

#include <printf.h>

Public Member Functions

 arg_converter (basic_format_arg< Context > &arg, char_type type)
 
void operator() (bool value)
 
template<typename U , enable_if_t<(std::is_integral< U >::value), int > = 0>
void operator() (U value)
 
template<typename U , enable_if_t<(!std::is_integral< U >::value), int > = 0>
void operator() (U)
 

Private Types

using char_type = typename Context::char_type
 

Private Attributes

basic_format_arg< Context > & arg_
 
char_type type_
 

Member Typedef Documentation

◆ char_type

template<typename T , typename Context >
using fmt::v8::detail::arg_converter< T, Context >::char_type = typename Context::char_type
private

Constructor & Destructor Documentation

◆ arg_converter()

template<typename T , typename Context >
fmt::v8::detail::arg_converter< T, Context >::arg_converter ( basic_format_arg< Context > &  arg,
char_type  type 
)
inline

Member Function Documentation

◆ operator()() [1/3]

template<typename T , typename Context >
void fmt::v8::detail::arg_converter< T, Context >::operator() ( bool  value)
inline
Here is the call graph for this function:

◆ operator()() [2/3]

template<typename T , typename Context >
template<typename U , enable_if_t<(std::is_integral< U >::value), int > = 0>
void fmt::v8::detail::arg_converter< T, Context >::operator() ( value)
inline
Here is the call graph for this function:

◆ operator()() [3/3]

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

Member Data Documentation

◆ arg_

template<typename T , typename Context >
basic_format_arg<Context>& fmt::v8::detail::arg_converter< T, Context >::arg_
private

◆ type_

template<typename T , typename Context >
char_type fmt::v8::detail::arg_converter< T, Context >::type_
private

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