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 is-equal comparison left hand side.

  • rhs – The is-equal comparison right hand side.

Returns

The result of the is-equal comparison.