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

Method iterator_buffer

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

Source from the content-addressed store, hash-verified

862 }
863 public:
864 explicit iterator_buffer(OutputIt out, size_t n = buffer_size)
865 : Traits(n), buffer<T>(data_, 0, buffer_size), out_(out) {}
866
867 iterator_buffer(iterator_buffer&& other) : Traits(other), buffer<T>(data_, 0, buffer_size), out_(other.out_) {}
868

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected