RPNX::DataStructures
Header-only C++ data structures and supporting utilities.
Loading...
Searching...
No Matches
rpnx::hadix_table< K, V, Hash, KeyEqual, Alloc > Class Template Reference

Reserved prototype for a hadix map. More...

#include <hadix_map.hpp>

Detailed Description

template<typename K, typename V, typename Hash = std::hash< K >, typename KeyEqual = std::equal_to< K >, typename Alloc = std::allocator< std::pair< const K, V > >>
class rpnx::hadix_table< K, V, Hash, KeyEqual, Alloc >

Reserved prototype for a hadix map.

This type is not yet fully implemented, including this file is an error.

Template Parameters
KKey type.
VMapped value type.
HashHash function for keys.
KeyEqualEquality predicate for keys.
AllocAllocator for key-value storage.

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