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

Return a new map constructed by the current map removing the k key, if present, otherwise return the current map. More...

#include <tinympl/value_map.hpp>

Detailed Description

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

Return a new map constructed by the current map removing the k key, if present, otherwise return the current map.


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