WPILibC++ 2024.3.2
detail::printf_precision_handler 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) -> int
 
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
auto operator() (T) -> int
 

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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