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