HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
is_zero_int Class Reference

#include <printf.h>

Public Member Functions

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)
 

Detailed Description

Definition at line 97 of file printf.h.

Member Function Documentation

template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) >
bool is_zero_int::operator() ( T  value)
inline

Definition at line 100 of file printf.h.

template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
bool is_zero_int::operator() ( T  )
inline

Definition at line 105 of file printf.h.


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