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