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

Function append

include/fmt/format.h:895–897  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 using detail::buffer<T>::append;
894 template <typename ContiguousRange>
895 FMT_CONSTEXPR20 void append(const ContiguousRange& range) {
896 append(range.data(), range.data() + range.size());
897 }
898};
899
900using memory_buffer = basic_memory_buffer<char>;

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected