예제 #1
0
파일: iterators.hpp 프로젝트: 3rf/mongo
 friend bool operator< (const this_type& i, const this_type& i2)
 { return i.less(i2); }
예제 #2
0
파일: iterators.hpp 프로젝트: Caraul/airgit
 BOOST_CONTAINER_FORCEINLINE friend bool operator< (const this_type& i, const this_type& i2)
 { return i.less(i2); }