Get a pointer to the beginning of the memory range. * @returns buffer().data() . */
| 183 | * @returns <tt>buffer().data()</tt>. |
| 184 | */ |
| 185 | const void* data() const noexcept |
| 186 | { |
| 187 | return buffer_.data(); |
| 188 | } |
| 189 | |
| 190 | /// Get the size of the memory range. |
| 191 | /** |