Searched defs:TKeyValueFunc (Results 1 – 1 of 1) sorted by relevance
33 struct TKeyValueFunc : ::std::binary_function<OSortIndex::TIntValuePairVector::value_type,OSortInde… struct37 TKeyValueFunc(OSortIndex* _pIndex) : pIndex(_pIndex) in TKeyValueFunc() argument41 …IntValuePairVector::value_type& lhs,const OSortIndex::TIntValuePairVector::value_type& rhs) const in operator ()()