CMagic  0.5.0
Portable C library of utilities and data structures
Classes
map.hpp File Reference

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
 

Detailed Description

Template implementation of a map container.

This is a wrapper over C implementation from map.h