From 08c1e93fa36a49f49325a07fe91ff92c964c2b6c Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Thu, 11 Dec 2014 18:55:56 +0900 Subject: Imported Upstream version 1.57.0 --- doc/html/boost/intrusive/pointer_plus_bits.html | 56 +++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 doc/html/boost/intrusive/pointer_plus_bits.html (limited to 'doc/html/boost/intrusive/pointer_plus_bits.html') diff --git a/doc/html/boost/intrusive/pointer_plus_bits.html b/doc/html/boost/intrusive/pointer_plus_bits.html new file mode 100644 index 0000000000..af13be2e99 --- /dev/null +++ b/doc/html/boost/intrusive/pointer_plus_bits.html @@ -0,0 +1,56 @@ + + + +Struct template pointer_plus_bits + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template pointer_plus_bits

+

boost::intrusive::pointer_plus_bits

+
+

Synopsis

+
// In header: <boost/intrusive/pointer_plus_bits.hpp>
+
+template<typename Pointer, std::size_t NumBits> 
+struct pointer_plus_bits {
+};
+
+

Description

+

This is class that is supposed to have static methods to embed extra bits of information in a pointer. This is a declaration and there is no default implementation, because operations to embed the bits change with every pointer type.

+

An implementation that detects that a pointer type whose has_pointer_plus_bits<>::value is non-zero can make use of these operations to embed the bits in the pointer.

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