MCPcopy Create free account
hub / github.com/fmtlib/fmt / printf_width_handler

Method printf_width_handler

include/fmt/printf.h:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200 public:
201 inline explicit printf_width_handler(format_specs& specs) : specs_(specs) {}
202
203 template <typename T, FMT_ENABLE_IF(std::is_integral<T>::value)>
204 auto operator()(T value) -> unsigned {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected