From 5cde13f21d36c7224b0e13d11c4b49379ae5210d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:38:45 +0900 Subject: Imported Upstream version 1.61.0 Change-Id: I96a1f878d1e6164f01e9aadd5147f38fca448d90 Signed-off-by: DongHun Kwak --- .../boost/interprocess/operator___idp23721072.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 doc/html/boost/interprocess/operator___idp23721072.html (limited to 'doc/html/boost/interprocess/operator___idp23721072.html') diff --git a/doc/html/boost/interprocess/operator___idp23721072.html b/doc/html/boost/interprocess/operator___idp23721072.html new file mode 100644 index 0000000000..4828313232 --- /dev/null +++ b/doc/html/boost/interprocess/operator___idp23721072.html @@ -0,0 +1,57 @@ + + + + +Function template operator== + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Function template operator==

+

boost::interprocess::operator==

+
+

Synopsis

+
// In header: <boost/interprocess/smart_ptr/intrusive_ptr.hpp>
+
+
+template<typename T, typename VP> 
+  bool operator==(intrusive_ptr< T, VP > const & a, 
+                  const typename intrusive_ptr< T, VP >::pointer & b);
+
+

Description

+

Returns a.get() == b. Does not throw

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