Searched defs:composite_key_compare (Results 1 – 1 of 1) sorted by relevance
1096 struct composite_key_compare: struct1100 typedef tuple<BOOST_MULTI_INDEX_CK_ENUM_PARAMS(Compare)> super;1103 typedef super key_comp_tuple;1105 composite_key_compare( in composite_key_compare() function1110 composite_key_compare(const key_comp_tuple& x):super(x){} in composite_key_compare() argument1112 const key_comp_tuple& key_comps()const{return *this;} in key_comps()1113 key_comp_tuple& key_comps(){return *this;} in key_comps()1116 bool operator()( in operator ()()1143 bool operator()( in operator ()()1156 bool operator()( in operator ()()[all …]