file
SmallMap.hStack-allocated hash map and set.
Namespaces
- namespace slang
- Root namespace.
Classes
-
template<typename K, typename V, size_class slang::SmallMap
t N, typename Entry = std:: pair<const K, V>, typename Alloc = detail:: hashing:: StackAllocator<Entry, N* sizeof(Entry)>> - A hash map container that allocates room for its first
N
elements on the stack. -
template<typename T, size_class slang::SmallSet
t N, typename Alloc = detail:: hashing:: StackAllocator<T, N* sizeof(T)>> - A hash set container that allocates room for its first
N
elements on the stack.