Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_flat_buffer::basic_flat_buffer (1 of 10 overloads)

Constructor.

Synopsis
basic_flat_buffer();
Description

After construction, capacity will return zero, and max_size will return the largest value which may be passed to the allocator's allocate function.


PrevUpHomeNext