GATE
enumerators.hpp File Reference

Enumerator objects allow to walk through a set of elements. More...

#include "gate/enumerators.h"
#include "gate/gatetypes.hpp"

Classes

class  gate::Enumerator< T >
 

Functions

template<class T , unsigned N>
Enumerator< T const > gate::enumerate (T arr[N])
 

Detailed Description

Enumerator objects allow to walk through a set of elements.