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