GCC Middle and Back End API Reference
hash-map-traits.h File Reference
#include "hash-traits.h"
Include dependency graph for hash-map-traits.h:
This graph shows which files directly or indirectly include this file:

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>
 

Typedef Documentation

◆ unbounded_int_hashmap_traits

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.