kblib 0.2.3
General utilities library for modern C++
|
Provides map types which directly use the members of the value type to create the map structure. More...
Go to the source code of this file.
Classes | |
class | kblib::intrusive_hash_map< Value, KeyExtract, Hash, KeyEqual > |
class | kblib::intrusive_dual_map< Value, KeyExtract1, KeyExtract2, Hash1, Hash2, KeyEqual1, KeyEqual2 > |
Namespaces | |
namespace | kblib |
The main namespace in which all entities from kblib are defined. | |
Provides map types which directly use the members of the value type to create the map structure.
Definition in file intrusive_containers.h.