Rosetta
|
#include <printf.h>
Public Member Functions | |
printf_width_handler (format_specs &specs) | |
template<typename T , FMT_ENABLE_IF(std::is_integral< T >::value) > | |
unsigned | operator() (T value) |
template<typename T , FMT_ENABLE_IF(!std::is_integral< T >::value) > | |
unsigned | operator() (T) |
Private Types | |
using | format_specs = basic_format_specs< Char > |
Private Attributes | |
format_specs & | specs_ |
|
private |
|
inlineexplicit |
|
inline |
|
inline |
References FMT_THROW.
|
private |
Referenced by detail::printf_width_handler< Char >::operator()().