Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dhashtable.hpp587 struct hashtable_defaults struct
589 typedef default_hashtable_hook_applier proto_value_traits;
590 typedef std::size_t size_type;
591 typedef void key_of_value;
592 typedef void equal;
593 typedef void hash;
594 typedef default_bucket_traits bucket_traits;
595 static const bool constant_time_size = true;
596 static const bool power_2_buckets = false;
597 static const bool cache_begin = false;
[all …]