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

Synopsis

Declared in <bslstl_map.h>

template<class RANGE>
map(
    std::from_range_t,
    RANGE&& range,
    allocator<pair<int const, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>> const& basicAllocator);

Created with MrDocs