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

Method count

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

Source from the content-addressed store, hash-verified

874 }
875
876 auto count() const -> size_t { return Traits::count() + this->size(); }
877};
878
879template <typename T> class iterator_buffer<T*, T, fixed_buffer_traits> final : public fixed_buffer_traits,

Callers

nothing calls this directly

Calls 2

countFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected