Livox SDK API  V2.2.0
fmt::v5::internal::printf_width_handler< Char > Class Template Reference

#include <printf.h>

Inheritance diagram for fmt::v5::internal::printf_width_handler< Char >:
fmt::v5::internal::function< unsigned >

Public Member Functions

 printf_width_handler (format_specs &spec)
 
template<typename T >
std::enable_if< std::is_integral< T >::value, unsigned >::type operator() (T value)
 
template<typename T >
std::enable_if<!std::is_integral< T >::value, unsigned >::type operator() (T)
 

Detailed Description

template<typename Char>
class fmt::v5::internal::printf_width_handler< Char >

Definition at line 288 of file printf.h.

Constructor & Destructor Documentation

template<typename Char >
fmt::v5::internal::printf_width_handler< Char >::printf_width_handler ( format_specs spec)
inlineexplicit

Definition at line 295 of file printf.h.

Member Function Documentation

template<typename Char >
template<typename T >
std::enable_if<std::is_integral<T>::value, unsigned>::type fmt::v5::internal::printf_width_handler< Char >::operator() ( value)
inline

Definition at line 299 of file printf.h.

template<typename Char >
template<typename T >
std::enable_if<!std::is_integral<T>::value, unsigned>::type fmt::v5::internal::printf_width_handler< Char >::operator() ( )
inline

Definition at line 314 of file printf.h.


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