WPILibC++ 2024.3.2
detail::is_zero_int Struct Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/printf.h>

Public Member Functions

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

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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