Returns the size of this buffer.
| 258 | |
| 259 | // Returns the size of this buffer. |
| 260 | std::size_t size() const { return size_; } |
| 261 | |
| 262 | // Returns the capacity of this buffer. |
| 263 | std::size_t capacity() const { return capacity_; } |
no outgoing calls
no test coverage detected