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

Method write_int_noinline

include/fmt/format.h:2150–2155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2148
2149template <typename Char, typename OutputIt, typename T>
2150FMT_CONSTEXPR FMT_NOINLINE auto write_int_noinline(OutputIt out,
2151 write_int_arg<T> arg,
2152 const format_specs& specs)
2153 -> OutputIt {
2154 return write_int<Char>(out, arg, specs);
2155}
2156
2157template <typename Char, typename T,
2158 FMT_ENABLE_IF(is_integral<T>::value &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected