From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- .../new_allocator__idp45863376/rebind.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 doc/html/boost/container/new_allocator__idp45863376/rebind.html (limited to 'doc/html/boost/container/new_allocator__idp45863376/rebind.html') diff --git a/doc/html/boost/container/new_allocator__idp45863376/rebind.html b/doc/html/boost/container/new_allocator__idp45863376/rebind.html new file mode 100644 index 0000000000..6b59ea891b --- /dev/null +++ b/doc/html/boost/container/new_allocator__idp45863376/rebind.html @@ -0,0 +1,59 @@ + + + + +Struct template rebind + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template rebind

+

boost::container::new_allocator<void>::rebind

+
+

Synopsis

+
// In header: <boost/container/new_allocator.hpp>
+
+
+template<typename T2> 
+struct rebind {
+  // types
+  typedef new_allocator< T2 > other;
+};
+
+

Description

+

Obtains an new_allocator that allocates objects of type T2

+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3