SyTen

◆ operator<()

template<typename Type , Rank max, typename MaxType = unsigned char, typename std::enable_if<(max< std::numeric_limits< MaxType >::max()), int >::type = 0>
bool syten::LimVec< Type, max, MaxType, type >::operator< ( LimVec< Type, max, MaxType, type > const &  b) const
inline

Returns true if the first element of *this that is not equal to the corresponding element of b is smaller than that element.

References syten::LimVec< Type, max, MaxType, type >::size(), and SYTEN_ASSERT_DEBUG.

+ Here is the call graph for this function: