CLI  2.9
Map< K, T >::Iterator Class Reference

Iterator object. More...

#include <tk_stl.h>

Inheritance diagram for Map< K, T >::Iterator:

Public Member Functions

 Iterator (const Iterator &it)
 Copy constructor. More...
 

Detailed Description

template<class K, class T>
class Map< K, T >::Iterator

Iterator object.

Definition at line 726 of file tk_stl.h.

Constructor & Destructor Documentation

◆ Iterator()

template<class K, class T>
Map< K, T >::Iterator::Iterator ( const Iterator it)
inline

Copy constructor.

Note
We cannot use implicit conversions from STL objects to CLI objects here because conflicting calls to Map::GetAt().
Parameters
itElement to be copied.

Definition at line 736 of file tk_stl.h.


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