Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator!=

boost::interprocess::operator!=

Synopsis

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