WPILibC++ 2023.4.3-108-ge5452e3
printf_precision_handler Class 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) >
int operator() (T value)
 
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) >
int operator() (T)
 

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

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