[#bsl-map-0c7-2constructor-038] = xref:bsl.adoc[bsl]::xref:bsl/map-0c7.adoc[map<int, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>]::map :relfileprefix: ../../ :mrdocs: Create a map containing the elements from the specified `values` initializer list, using the specified `basicAllocator` to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- map( std::initializer_list<value_type> values, xref:bsl/allocator-0df.adoc[allocator<pair<int const, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>>] const& basicAllocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#