MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / copy_str

Function copy_str

extlibs/fmt/include/fmt/format.h:536–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534template <typename OutChar, typename InputIt, typename OutputIt,
535 FMT_ENABLE_IF(!needs_conversion<InputIt, OutChar>::value)>
536OutputIt copy_str(InputIt begin, InputIt end, OutputIt it) {
537 return std::copy(begin, end, it);
538}
539
540template <typename OutChar, typename InputIt, typename OutputIt,
541 FMT_ENABLE_IF(needs_conversion<InputIt, OutChar>::value)>

Callers

nothing calls this directly

Calls 1

copyFunction · 0.70

Tested by

no test coverage detected