Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_flat_buffer::basic_flat_buffer (8 of 10 overloads)

Constructor.

Synopsis
basic_flat_buffer(
    basic_flat_buffer const& other,
    Allocator const& alloc);
Description Parameters

Name

Description

other

The object to copy from.

alloc

The allocator to use.


PrevUpHomeNext