Пример #1
0
	bool operator() (const Person& p1, const Person& p2) const
	{
		return p1.GetSortKey() < p2.GetSortKey();
	}