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

Method iterator_buffer

include/fmt/base.h:1942–1943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1940
1941 public:
1942 explicit iterator_buffer(OutputIt out, size_t n = buffer_size)
1943 : Traits(n), buffer<T>(grow, data_, 0, buffer_size), out_(out) {}
1944 iterator_buffer(iterator_buffer&& other) noexcept
1945 : Traits(other),
1946 buffer<T>(grow, data_, 0, buffer_size),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected