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

Method counting_buffer

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

Source from the content-addressed store, hash-verified

2063
2064 public:
2065 constexpr counting_buffer() : buffer<T>(grow, data_, 0, buffer_size) {}
2066
2067 constexpr auto count() const noexcept -> size_t {
2068 return count_ + this->size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected