IComparer<T>
IComparer<T>는 T 유형의 두 개체를 비교하는 일반적인 클래스를 구현하기 위한 인터페이스입니다
설명
IComparer<T> 인터페이스는 이러한 개체들이 집합이 정렬될 수 있는 기초에 기초하여 T 유형의 두 개체를 비교하는 방법을 결정합니다.
선언
template<typename T>
interface IComparer
|
헤더
#include <Generic\Interfaces\IComparer.mqh>
|
클래스 메서드