Rosetta
Public Member Functions | List of all members
detail::printf_precision_handler Class Reference

#include <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 detail::printf_precision_handler::operator() ( T  value)
inline

References FMT_THROW, max(), and value.

◆ operator()() [2/2]

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

References FMT_THROW.


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