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


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