operator()()

Comparison::operator()(T, T) method

Invokes the invokable object pointed to by the current object.

bool System::Comparison<T>::operator()(T a, T b)

Arguments

ParameterTypeDescription
aTThe first comparand
bTThe second comparand

Return Value

True if a is less than b, otherwise - true

See Also