winss
|
#include <map>
Go to the source code of this file.
Classes | |
class | winss::MapKeyIterator< Key, Value > |
An iterator for keys of a map. More... | |
class | winss::MapValueIterator< Key, Value > |
An iterator for values of a map. More... | |
Namespaces | |
winss | |
Typedefs | |
template<typename Key , typename Value > | |
using | winss::Map = std::map< Key, Value > |
Use std::map as the map. More... | |
template<typename Key , typename Value > | |
using | winss::MapIterator = typename Map< Key, Value >::iterator |
Use std::map::iterator as the map iterator. More... | |