Comparison()

Comparison::Comparison(Y) constructor

Constructs an instance of Comparison delegate that represent the pointer to the specified invokable entity.

template<typename Y> System::Comparison<T>::Comparison(Y arg)

Template parameters

ParameterDescription
YThe type of the invokable entity to be pointed to by the Comparison object being created

Arguments

ParameterTypeDescription
argYAn invokable entity to be pointed to by the Comparison object being created

See Also