Iterator object.
More...
#include <tk_stl.h>
|
template<class U > |
| Iterator (const U &it) |
| Copy constructor from an STL iterator. More...
|
|
template<class T>
class Queue< T >::Iterator
Iterator object.
Definition at line 375 of file tk_stl.h.
◆ Iterator()
template<class T>
template<class U >
Queue< T >::Iterator::Iterator |
( |
const U & |
it | ) |
|
|
inline |
Copy constructor from an STL iterator.
- Note
- This is convenient for implicitely converting STL objects to CLI objects.
- Parameters
-
it | STL iterator used for initialization. |
Definition at line 385 of file tk_stl.h.
The documentation for this class was generated from the following file: