| 43 | |
| 44 | static constexpr std::size_t size() noexcept {return N;} |
| 45 | std::size_t used() const noexcept {return static_cast<std::size_t>(ptr_ - buf_);} |
| 46 | void reset() noexcept {ptr_ = buf_;} |
| 47 | |
| 48 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected