...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::interprocess::operator!=
// In header: <boost/interprocess/smart_ptr/intrusive_ptr.hpp> template<typename T, typename VP> bool operator!=(const typename intrusive_ptr< T, VP >::pointer & a, intrusive_ptr< T, VP > const & b);
返回 a != b.get()。 不会抛出异常