Public Member Functions | Private Attributes | List of all members
char_converter< Context > Class Template Reference

#include <printf.h>

Public Member Functions

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

Private Attributes

basic_format_arg< Context > & arg_
 

Detailed Description

template<typename Context>
class char_converter< Context >

Definition at line 170 of file printf.h.

Constructor & Destructor Documentation

◆ char_converter()

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

Definition at line 175 of file printf.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename Context >
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
void char_converter< Context >::operator() ( value)
inline

Definition at line 178 of file printf.h.

◆ operator()() [2/2]

template<typename Context >
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
void char_converter< Context >::operator() ( )
inline

Definition at line 184 of file printf.h.

Member Data Documentation

◆ arg_

template<typename Context >
basic_format_arg<Context>& char_converter< Context >::arg_
private

Definition at line 172 of file printf.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:54