Same as the preceding overload, using the specified basicAllocator.

Synopsis

Declared in <bslstl_multiset.h>

multiset(
    std::initializer_list<KEY> values,
    ALLOCATOR const& basicAllocator);

Parameters

Name

Description

values

initializer list of elements to insert

basicAllocator

allocator used to supply memory

Created with MrDocs