mn_basic_light_map.hpp File Reference
#include "../mn_config.hpp"
#include "../mn_algorithm.hpp"
#include "../mn_iterator.hpp"
#include "../mn_typetraits.hpp"
#include "mn_pair.hpp"
#include "mn_vector.hpp"
Go to the source code of this file.
Classes | |
class | mn::container::basic_light_map< TKey, TValue, TALLOCATOR, TPairType, TContainer > |
Lightweight c++11 dictionary map implementation. More... | |
Namespaces | |
mn | |
mn::container | |
Typedefs | |
template<class TKey , class TValue > | |
using | mn::container::map = basic_light_map< TKey, TValue > |
A standard map container for storing a fixed size pairs. More... | |