#include <printf.h>
|
template<typename T , enable_if_t<(std::is_integral< T >::value), int > = 0> |
int | operator() (T value) |
|
template<typename T , enable_if_t<(!std::is_integral< T >::value), int > = 0> |
int | operator() (T) |
|
◆ operator()() [1/2]
template<typename T , enable_if_t<(std::is_integral< T >::value), int > = 0>
int fmt::v8::detail::printf_precision_handler::operator() |
( |
T |
value | ) |
|
|
inline |
◆ operator()() [2/2]
template<typename T , enable_if_t<(!std::is_integral< T >::value), int > = 0>
int fmt::v8::detail::printf_precision_handler::operator() |
( |
T |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- third_party/spdlog/include/spdlog/fmt/bundled/printf.h