MCPcopy Create free account
hub / github.com/LemLib/LemLib / ~iterator_buffer

Method ~iterator_buffer

include/fmt/core.h:869–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867 iterator_buffer(iterator_buffer&& other) : Traits(other), buffer<T>(data_, 0, buffer_size), out_(other.out_) {}
868
869 ~iterator_buffer() { flush(); }
870
871 auto out() -> OutputIt {
872 flush();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected