……世界上最受推崇、设计最精湛的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码标准》
……世界上最受推崇、设计最精湛的 C++ 库项目之一。
boost::movelib::operator==
// In header: <boost/move/unique_ptr.hpp> template<typename T, typename D> bool operator==(std::nullptr_t, const unique_ptr< T, D > & x);
返回:!x。