From d9ec475d945d3035377a0d89ed42e382d8988891 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:33:54 +0900 Subject: Imported Upstream version 1.60.0 Change-Id: Ie709530d6d5841088ceaba025cbe175a4ef43050 Signed-off-by: DongHun Kwak --- doc/html/boost/container/pmr/multiset_of.html | 55 +++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/html/boost/container/pmr/multiset_of.html (limited to 'doc/html/boost/container/pmr/multiset_of.html') diff --git a/doc/html/boost/container/pmr/multiset_of.html b/doc/html/boost/container/pmr/multiset_of.html new file mode 100644 index 0000000000..200d223c90 --- /dev/null +++ b/doc/html/boost/container/pmr/multiset_of.html @@ -0,0 +1,55 @@ + + + + +Struct template multiset_of + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template multiset_of

+

boost::container::pmr::multiset_of

+
+

Synopsis

+
// In header: <boost/container/pmr/set.hpp>
+
+template<typename Key, typename Compare = std::less<Key>, 
+         typename Options = tree_assoc_defaults> 
+struct multiset_of {
+  // types
+  typedef boost::container::multiset< Key, Compare, polymorphic_allocator< Key >, Options > type;
+};
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3