| 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(); |
nothing calls this directly
no outgoing calls
no test coverage detected