HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
printf_width_handler< Char > Class Template Reference

#include <printf.h>

Public Member Functions

 printf_width_handler (format_specs &specs)
 
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
unsigned operator() (T value)
 
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
unsigned operator() (T)
 

Detailed Description

template<typename Char>
class printf_width_handler< Char >

Definition at line 196 of file printf.h.

Constructor & Destructor Documentation

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

Definition at line 203 of file printf.h.

Member Function Documentation

template<typename Char >
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
unsigned printf_width_handler< Char >::operator() ( T  value)
inline

Definition at line 206 of file printf.h.

template<typename Char >
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
unsigned printf_width_handler< Char >::operator() ( T  )
inline

Definition at line 218 of file printf.h.


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