![]() |
Home | Libraries | People | FAQ | More |
const_buffer();
Construct a buffer to represent a given memory range.
const_buffer( const void * data, std::size_t size);
Construct a non-modifiable buffer from a modifiable one.
const_buffer( const mutable_buffer & b);