boost::capy::flat_dynamic_buffer::prepare

Return a buffer sequence for writing.

Synopsis

Description

Invalidates buffer sequences previously obtained from prepare.

Exceptions

Name

Thrown on

std::invalid_argument

if n > capacity().

Return Value

A mutable buffer sequence of size n.

Parameters

Name Description

n

The desired number of writable bytes.

Created with MrDocs