Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
detail::printf_precision_handler Struct Reference

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

◆ operator()() [2/2]

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

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