tinympl  0.2
mini MPL library for C++11
tinympl::map< Args >::erase< Key > Class Template Reference

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

#include <tinympl/map.hpp>

Detailed Description

template<class... Args>
template<class Key>
class tinympl::map< Args >::erase< Key >

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


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