tinympl  0.2
mini MPL library for C++11
tinympl::value_map< KeyType, ValueType, Args >::insert< k, v > Class Template Reference

Returns a new map with the new Key/Value pair, or this map if the key is already present in the map. More...

#include <tinympl/value_map.hpp>

Detailed Description

template<class KeyType, class ValueType, class... Args>
template<KeyType k, ValueType v>
class tinympl::value_map< KeyType, ValueType, Args >::insert< k, v >

Returns a new map with the new Key/Value pair, or this map if the key is already present in the map.


The documentation for this class was generated from the following file: