WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
detail::is_zero_int Struct Reference

#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() ( T value) -> bool
inline

◆ operator()() [2/2]

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

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