Searched refs:CmpT (Results 1 – 1 of 1) sorted by relevance
99 …struct CmpT{ bool operator()( const LruListIt& rA, const LruListIt& rB) const { return (*rA<*rB);}… in operator ()() argument100 typedef ::std::map< LruListIt, IdxType, CmpT > LruItMap; // a map into a LruList in operator ()()
Completed in 4 milliseconds