DeSiGNAR  0.5a
Data Structures General Library
Public Types | List of all members
Designar::HashSet< Key, Cmp, HashTableType > Class Template Reference

#include <set.H>

Inheritance diagram for Designar::HashSet< Key, Cmp, HashTableType >:
Inheritance graph
[legend]
Collaboration diagram for Designar::HashSet< Key, Cmp, HashTableType >:
Collaboration graph
[legend]

Public Types

using ContainerType = HashTableType< Key, Cmp >
 

Member Typedef Documentation

template<typename Key, class Cmp = std::equal_to<Key>, template< typename, class > class HashTableType = LHashTable>
using Designar::HashSet< Key, Cmp, HashTableType >::ContainerType = HashTableType<Key, Cmp>

The documentation for this class was generated from the following file: