Agora  1.2.0
Agora project
fmt::v8::detail::printf_width_handler< Char > Class Template Reference

#include <printf.h>

Collaboration diagram for fmt::v8::detail::printf_width_handler< Char >:

Public Member Functions

 printf_width_handler (format_specs &specs)
 
template<typename T , enable_if_t<(std::is_integral< T >::value), int > = 0>
unsigned operator() (T value)
 
template<typename T , enable_if_t<(!std::is_integral< T >::value), int > = 0>
unsigned operator() (T)
 

Private Types

using format_specs = basic_format_specs< Char >
 

Private Attributes

format_specsspecs_
 

Member Typedef Documentation

◆ format_specs

template<typename Char >
using fmt::v8::detail::printf_width_handler< Char >::format_specs = basic_format_specs<Char>
private

Constructor & Destructor Documentation

◆ printf_width_handler()

template<typename Char >
fmt::v8::detail::printf_width_handler< Char >::printf_width_handler ( format_specs specs)
inlineexplicit

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

template<typename Char >
template<typename T , enable_if_t<(!std::is_integral< T >::value), int > = 0>
unsigned fmt::v8::detail::printf_width_handler< Char >::operator() ( T  )
inline

Member Data Documentation

◆ specs_

template<typename Char >
format_specs& fmt::v8::detail::printf_width_handler< Char >::specs_
private

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