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 greater-than comparison left hand side.
rhs – The greater-than comparison right hand side.
- Returns
The result of the greater-than comparison.