Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/
Dcomposite_key.hpp1271 struct composite_key_hash: struct
1275 typedef tuple<BOOST_MULTI_INDEX_CK_ENUM_PARAMS(Hash)> super;
1278 typedef super key_hasher_tuple;
1280 composite_key_hash( in composite_key_hash() argument
1285 composite_key_hash(const key_hasher_tuple& x):super(x){} in composite_key_hash() argument
1287 const key_hasher_tuple& key_hash_functions()const{return *this;} in key_hash_functions()
1288 key_hasher_tuple& key_hash_functions(){return *this;} in key_hash_functions()
1291 std::size_t operator()(const composite_key_result<CompositeKey> & x)const in operator ()()
1307 std::size_t operator()( in operator ()()
1324 std::size_t operator()(const std::tuple<Values...>& x)const in operator ()()