SoPlex Documentation
Loading...
Searching...
No Matches
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 detail::char_converter< Context >

Definition at line 127 of file printf.h.

Constructor & Destructor Documentation

◆ char_converter()

template<typename Context >
char_converter ( basic_format_arg< Context > & arg)
explicit

Definition at line 132 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 operator() ( T value)

Definition at line 135 of file printf.h.

References char_converter< Context >::arg_.

◆ operator()() [2/2]

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

Definition at line 141 of file printf.h.

Member Data Documentation

◆ arg_

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

Definition at line 129 of file printf.h.

Referenced by char_converter< Context >::operator()().