Get the size of the memory range.
| 186 | |
| 187 | /// Get the size of the memory range. |
| 188 | std::size_t size() const noexcept |
| 189 | { |
| 190 | return size_; |
| 191 | } |
| 192 | |
| 193 | /// Move the start of the buffer by the specified number of bytes. |
| 194 | mutable_buffer& operator+=(std::size_t n) noexcept |
no outgoing calls
no test coverage detected