Get a pointer to the beginning of the memory range. * @returns buffer().data() . */
| 104 | * @returns <tt>buffer().data()</tt>. |
| 105 | */ |
| 106 | void* data() const noexcept |
| 107 | { |
| 108 | return buffer_.data(); |
| 109 | } |
| 110 | |
| 111 | /// Get the size of the memory range. |
| 112 | /** |