tinympl  0.2
mini MPL library for C++11
tinympl::map< Args >::insert< Key, Value > 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/map.hpp>

Inherits conditional< count< Key >::type::value==0, map< Args..., std::pair< Key, Value > >, map< Args...> >.

Detailed Description

template<class... Args>
template<class Key, class Value>
class tinympl::map< Args >::insert< Key, Value >

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: