Get the size of the memory range.
| 305 | |
| 306 | /// Get the size of the memory range. |
| 307 | std::size_t size() const noexcept |
| 308 | { |
| 309 | return size_; |
| 310 | } |
| 311 | |
| 312 | /// Move the start of the buffer by the specified number of bytes. |
| 313 | const_buffer& operator+=(std::size_t n) noexcept |