const_buffer(); » more...
Construct a buffer to represent a given memory range.
const_buffer( const void * data, std::size_t size); » more...
Construct a non-modifiable buffer from a modifiable one.
const_buffer( const mutable_buffer & b); » more...