Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template operator>

boost::movelib::operator>

Synopsis

// In header: <boost/move/unique_ptr.hpp>


template<typename T, typename D> 
  bool operator>(const unique_ptr< T, D > & x, std::nullptr_t);

Description

Returns: nullptr < x.


PrevUpHomeNext