[#bsl-map-0c7-value_type] = xref:bsl.adoc[bsl]::xref:bsl/map-0c7.adoc[map<int, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>]::value_type :relfileprefix: ../../ :mrdocs: Alias for the map element type `pair<const KEY, VALUE>`. == Synopsis Declared in `<bslstl_map.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:bsl/pair-0b.adoc[pair<int const, pair<shared_ptr<Statistics>, shared_ptr<Collector<OsLinux>>>>] value_type; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#