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

Method count

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

Source from the content-addressed store, hash-verified

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();
2069 }
2070};
2071
2072template <typename T>

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected