|
winss
|
An iterator for values of a map. More...
#include <map_value_iterator.hpp>


Public Member Functions | |
| MapValueIterator () | |
| Construct a new map value iterator. More... | |
| MapValueIterator (MapIterator< Key, Value > it) | |
| Construct a map value iterator using a base iterator. More... | |
| Value * | operator-> () |
| Get a pointer to the current value. More... | |
| Value | operator* () |
| Get the dereferenced current value. More... | |
An iterator for values of a map.
| Key | The type of map key. |
| Value | The type of map value. |
|
inline |
Construct a new map value iterator.
|
inlineexplicit |
Construct a map value iterator using a base iterator.
| it | The map iterator. |
|
inline |
Get the dereferenced current value.
|
inline |
Get a pointer to the current value.
1.8.11