Template Function sdv::operator>(const sequence<T, nFixedSizeLeft>&, const sequence<T, nFixedSizeRight>&)#
Defined in File sequence.h
Function Documentation#
-
template<class T, size_t nFixedSizeLeft, size_t nFixedSizeRight>
bool sdv::operator>(const sequence<T, nFixedSizeLeft> &rseqLeft, const sequence<T, nFixedSizeRight> &rseqRight)# Compare whether the left sequence has a higher content than the right sequence or if equal, has a larger size.
- Template Parameters:
T – Type to use as a base.
nFixedSizeLeft – The fixed size of the left sequence.
nFixedSizeRight – The fixed size of the right sequence.
- Parameters:
rseqLeft – [in] Reference to the left sequence.
rseqRight – [in] Reference to the right sequence.
- Returns:
Returns whether the comparison was successful.