#include <printf.h>
Definition at line 165 of file printf.h.
template<typename T >
std::enable_if<std::is_integral<T>::value, int>::type internal::printf_precision_handler::operator() |
( |
T |
value | ) |
|
|
inline |
Definition at line 169 of file printf.h.
170 if (!int_checker<std::numeric_limits<T>::is_signed>::fits_in_int(
value))
172 return static_cast<int>(
value);
const GenericPointer< typename T::ValueType > T2 value
template<typename T >
std::enable_if<!std::is_integral<T>::value, int>::type internal::printf_precision_handler::operator() |
( |
T |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- wire-cell-build/util/inc/spdlog/fmt/bundled/printf.h