MCPcopy Create free account
hub / github.com/chriskohlhoff/asio / grow

Function grow

include/asio/buffer.hpp:1990–1999  ·  view source on GitHub ↗

@b DynamicBuffer_v2: Grow the underlying memory by the specified number of bytes. * Resizes the string to accommodate an additional @c n bytes at the end. * * @throws std::length_error If size() + n > max_size() . */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

max_sizeFunction · 0.85
sizeFunction · 0.70
throw_exceptionFunction · 0.70
resizeMethod · 0.45

Tested by

no test coverage detected