Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_flat_buffer::basic_flat_buffer (2 of 10 overloads)

Constructor.

Synopsis
basic_flat_buffer(
    std::size_t limit);
Description

Upon construction, capacity will be zero.

Parameters

Name

Description

limit

The setting for max_size.


PrevUpHomeNext