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

Function copy_noinline

include/fmt/format.h:557–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555
556template <typename OutChar, typename InputIt, typename OutputIt>
557FMT_CONSTEXPR FMT_NOINLINE auto copy_noinline(InputIt begin, InputIt end,
558 OutputIt out) -> OutputIt {
559 return copy<OutChar>(begin, end, out);
560}
561
562// A public domain branchless UTF-8 decoder by Christopher Wellons:
563// https://github.com/skeeto/branchless-utf8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected