GCC Middle and Back End API Reference
|
#include "hash-traits.h"
Go to the source code of this file.
Data Structures | |
struct | simple_hashmap_traits< H, Value > |
struct | simple_cache_map_traits< H, Value > |
struct | unbounded_hashmap_traits< Key, Value > |
Typedefs | |
template<typename Key , typename Value > | |
using | unbounded_int_hashmap_traits = unbounded_hashmap_traits <int_hash_base <Key>, Value> |
using unbounded_int_hashmap_traits = unbounded_hashmap_traits <int_hash_base <Key>, Value> |
Implement traits for a hash_map from integer type Key to Value in cases where Key has no spare values for recording empty and deleted slots.