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

Function copy

include/fmt/format.h:552–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551template <typename T, typename V, typename OutputIt>
552FMT_CONSTEXPR auto copy(basic_string_view<V> s, OutputIt out) -> OutputIt {
553 return copy<T>(s.begin(), s.end(), out);
554}
555
556template <typename OutChar, typename InputIt, typename OutputIt>
557FMT_CONSTEXPR FMT_NOINLINE auto copy_noinline(InputIt begin, InputIt end,

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected