|
GATE
C/C++ Framework
|
Enumerator objects allow to walk through a set of elements. More...
Data Structures | |
| class | Enumerator< T > |
Functions | |
| template<class T, unsigned N> | |
| Enumerator< T const > | enumerate (T arr[N]) |
Enumerator objects allow to walk through a set of elements.
| Enumerator< T const > enumerate | ( | T | arr[N] | ) |
| T | |
| N |
| arr |