boost::capy::make_buffer
Return a buffer from a std::basic_string with a maximum size.
Synopsis
template<
class CharT,
class Traits,
class Allocator>
[[nodiscard]]
mutable_buffer
make_buffer(
std::basic_string<CharT, Traits, Allocator>& data,
std::size_t max_size) noexcept;
Return Value
a buffer from a std::basic_string with a maximum size.
Created with MrDocs