Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator==

boost::interprocess::operator==

Synopsis

// In header: <boost/interprocess/smart_ptr/intrusive_ptr.hpp>


template<typename T, typename U, typename VP> 
   (intrusive_ptr<  a, 
                  intrusive_ptr<  b);

Description

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


PrevUpHomeNext