Create a multimap having the (value_type) values obtained from the specified range, using the specified basicAllocator to supply memory.

Synopsis

Declared in <bslstl_multimap.h>

template<class RANGE>
multimap(
    std::from_range_t,
    RANGE&& range,
    ALLOCATOR const& basicAllocator);

Created with MrDocs