|
CMagic
0.5.0
Portable C library of utilities and data structures
|
Template implementation of a map container. More...
#include <cassert>#include <cstddef>#include <iterator>#include <new>#include <type_traits>#include <utility>#include "cmagic/map.h"Go to the source code of this file.
Classes | |
| class | cmagic::map< Key, Value > |
| class | cmagic::map< Key, Value >::iterator |
Template implementation of a map container.
This is a wrapper over C implementation from map.h
1.8.13