Template Function navtk::operator>=

Function Documentation

template<class T, class U>
auto navtk::operator>=(const not_null<T> &lhs, const not_null<U> &rhs) noexcept(noexcept(lhs.get() >= rhs.get())) -> AutoType

Define not_null comparison operators to use not_null::get().

Parameters
  • lhs – The greater-than-or-equal comparison left hand side.

  • rhs – The greater-than-or-equal comparison right hand side.

Returns

The result of the greater-than-or-equal comparison.