winss
Classes | Namespaces | Typedefs
map_value_iterator.hpp File Reference
#include <map>
Include dependency graph for map_value_iterator.hpp:
This graph shows which files directly or indirectly include this file:

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...