$search
Declaration of utilmm::hash_toolbox::table. More...
#include <utility>
#include <vector>
#include "utilmm/functional/arg_traits.hh"
#include "utilmm/hash/hash_fwd.hh"
#include "utilmm/hash/bits/iter.hh"
#include "utilmm/hash/bits/table.tcc"
Go to the source code of this file.
Classes | |
struct | utilmm::hash_toolbox::node< Value > |
class | utilmm::hash_toolbox::table< Key, Value, Extract, Hash, Equal > |
Hashing based table. More... | |
Namespaces | |
namespace | utilmm |
namespace | utilmm::hash_toolbox |
toolbox for hash containers | |
Defines | |
#define | IN_UTILMM_UTILS_HASH_TABLE_HEADER |
Declaration of utilmm::hash_toolbox::table.
This header defines the class utilmm::hash_toolbox::table
. This is the base for all hashing based containers.
Definition in file table.hh.