operator<#
Fully qualified name: omni::detail::operator<
Defined in omni/detail/PointerIterator.h
- 
template<typename TPointer, typename UPointer, typename TContainer>
constexpr bool omni::detail::operator<( - const PointerIterator<TPointer, TContainer> &lhs,
 - const PointerIterator<UPointer, TContainer> &rhs,
 Test that lhs points to something less than rhs.