ComparerType
ComparerType struct
Compares elements using ’less’ semantics.
template<typename T>class ComparerType
Template parameters
Parameter | Description |
---|---|
T | Compared elements type. |
Methods
Method | Description |
---|---|
std::enable_if<std::is_base_of<System::IComparable<Q>, Q>::value | |
std::enable_if<!(std::is_base_of<IComparable<Q>, Q>::value | |
std::enable_if<std::is_floating_point<Q>::value, bool>::type operator()(const Q&, const Q&) const | Compares floating point types. |
See Also
- Namespace System::Collections::Generic::Details
- Library Aspose.Slides