MCPcopy Create free account
hub / github.com/LemLib/LemLib / write_int_noinline

Method write_int_noinline

include/fmt/format.h:2084–2087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2082}
2083
2084template <typename Char, typename OutputIt, typename T> FMT_CONSTEXPR FMT_NOINLINE auto
2085write_int_noinline(OutputIt out, write_int_arg<T> arg, const format_specs<Char>& specs, locale_ref loc) -> OutputIt {
2086 return write_int(out, arg, specs, loc);
2087}
2088
2089template <typename Char, typename OutputIt, typename T,
2090 FMT_ENABLE_IF(is_integral<T>::value && !std::is_same<T, bool>::value &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected