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

Function get_iterator

include/fmt/base.h:2098–2100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2096
2097template <typename Buf, typename OutputIt>
2098auto get_iterator(Buf& buf, OutputIt) -> decltype(buf.out()) {
2099 return buf.out();
2100}
2101template <typename T, typename OutputIt>
2102auto get_iterator(buffer<T>&, OutputIt out) -> OutputIt {
2103 return out;

Callers 5

vformat_toFunction · 0.85
writeFunction · 0.85
vformat_toFunction · 0.85
vformat_toFunction · 0.85
vformat_toFunction · 0.85

Calls 1

outMethod · 0.45

Tested by

no test coverage detected