CLI  2.9
Queue< T >::Iterator Class Reference

Iterator object. More...

#include <tk_stl.h>

Inheritance diagram for Queue< T >::Iterator:

Public Member Functions

template<class U >
 Iterator (const U &it)
 Copy constructor from an STL iterator. More...
 

Detailed Description

template<class T>
class Queue< T >::Iterator

Iterator object.

Definition at line 375 of file tk_stl.h.

Constructor & Destructor Documentation

◆ 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
itSTL iterator used for initialization.

Definition at line 385 of file tk_stl.h.


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