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>=(std::nullptr_t, const unique_ptr< T, D > & x);

Description

Returns: !(nullptr < x).


PrevUpHomeNext