System::Comparison::operator() method

Comparison::operator() method

Invokes the invokable object pointed to by the current object.

bool System::Comparison<T>::operator()(T a, T b)
ParameterTypeDescription
aTThe first comparand
bTThe second comparand

ReturnValue

True if a is less than b, otherwise - true

See Also