Create a new non-modifiable buffer that represents the given string.
const_buffers_1 buffer( const std::string & data, std::size_t max_size_in_bytes);
The buffer is invalidated by any non-const operation called on the given string object.