Template Function navtk::operator!=
Defined in File not_null.hpp
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 not-equal comparison left hand side.
rhs – The not-equal comparison right hand side.
- Returns
The result of not-equal comparison.