Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_multi_buffer::basic_multi_buffer (10 of 10 overloads)

Copy constructor.

Synopsis
template<
    class OtherAlloc>
basic_multi_buffer(
    basic_multi_buffer< OtherAlloc > const& other,
    allocator_type const& alloc);
Description Parameters

Name

Description

other

The object to copy from.

alloc

The allocator to use.


PrevUpHomeNext