#include <printf.h>
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
int | operator() (T value) |
|
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) > |
int | operator() (T) |
|
Definition at line 80 of file printf.h.
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
int printf_precision_handler::operator() |
( |
T |
value | ) |
|
|
inline |
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
int printf_precision_handler::operator() |
( |
T |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: