Livox SDK API  V2.2.0
fmt::v5::internal::char_converter< Context > Class Template Reference

#include <printf.h>

Inheritance diagram for fmt::v5::internal::char_converter< Context >:
fmt::v5::internal::function< void >

Public Member Functions

 char_converter (basic_format_arg< Context > &arg)
 
template<typename T >
std::enable_if< std::is_integral< T >::value >::type operator() (T value)
 
template<typename T >
std::enable_if<!std::is_integral< T >::value >::type operator() (T)
 

Detailed Description

template<typename Context>
class fmt::v5::internal::char_converter< Context >

Definition at line 265 of file printf.h.

Constructor & Destructor Documentation

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

Definition at line 270 of file printf.h.

Member Function Documentation

template<typename Context >
template<typename T >
std::enable_if<std::is_integral<T>::value>::type fmt::v5::internal::char_converter< Context >::operator() ( value)
inline

Definition at line 274 of file printf.h.

template<typename Context >
template<typename T >
std::enable_if<!std::is_integral<T>::value>::type fmt::v5::internal::char_converter< Context >::operator() ( )
inline

Definition at line 280 of file printf.h.


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