Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_flat_buffer::basic_flat_buffer (4 of 10 overloads)

Constructor.

Synopsis
basic_flat_buffer(
    std::size_t limit,
    Allocator const& alloc);
Description

Upon construction, capacity will be zero.

Parameters

Name

Description

limit

The setting for max_size.

alloc

The allocator to use.


PrevUpHomeNext