Home of the DiceHash.
More...
|
struct | dice_hash_overload |
| Helper struct for defining the hash for custom structs. More...
|
|
class | dice_hash_templates |
| Class which contains all dice_hash functions. More...
|
|
struct | DiceHash |
| Wrapper class for the dice::hash::dice_hash function. More...
|
|
struct | is_ordered_container |
| Typetrait for checking if a type T is an ordered container. More...
|
|
struct | is_ordered_container< std::map< Key, T, Compare, Allocator > > |
| Specialization for std::map. More...
|
|
struct | is_ordered_container< std::set< Key, Compare, Allocator > > |
| Specialization for std::set. More...
|
|
struct | is_unordered_container |
| Typetrait for checking if a type T is an unordered container. More...
|
|
struct | is_unordered_container< std::unordered_map< Key, T, Hash, KeyEqual, Allocator > > |
| Specialization for std::unordered_map. More...
|
|
struct | is_unordered_container< std::unordered_set< Key, Hash, KeyEqual, Allocator > > |
| Specialization for std::unordered_set. More...
|
|
◆ is_ordered_container_v
◆ is_unordered_container_v