Home
last modified time | relevance | path

Searched defs:composite_key (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/multi_index/
Dcomposite_key.hpp578 const composite_key_type& composite_key; member
592 struct composite_key: struct
596 typedef tuple<BOOST_MULTI_INDEX_CK_ENUM_PARAMS(KeyFromValue)> super;
599 typedef super key_extractor_tuple;
600 typedef Value value_type;
601 typedef composite_key_result<composite_key> result_type;
603 composite_key( in composite_key() argument
608 composite_key(const key_extractor_tuple& x):super(x){} in composite_key() function
610 const key_extractor_tuple& key_extractors()const{return *this;} in key_extractors()
611 key_extractor_tuple& key_extractors(){return *this;} in key_extractors()
[all …]