#include <printf.h>
|
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > |
auto | operator() (T value) -> int |
|
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) > |
auto | operator() (T) -> int |
|
Definition at line 81 of file printf.h.
◆ operator()() [1/2]
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
auto detail::printf_precision_handler::operator() |
( |
T |
value | ) |
-> int |
|
inline |
◆ operator()() [2/2]
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
auto detail::printf_precision_handler::operator() |
( |
T |
| ) |
-> int |
|
inline |
The documentation for this struct was generated from the following file: