Go to the source code of this file.
Classes | |
struct | EveryOther< Container > |
Typedefs | |
typedef std::vector< int > | IntVector |
typedef EveryOther< IntVector > | EOIV |
typedef GeneratorIter< EOIV, int > | eo_iterator |
typedef std::pair< eo_iterator, eo_iterator > | eo_range |
Functions | |
eo_range | make_every_other (IntVector::iterator begin, IntVector::iterator end) |
int | main () |
typedef GeneratorIter<EOIV, int> eo_iterator |
Definition at line 54 of file test_bifla.cxx.
typedef std::pair<eo_iterator, eo_iterator> eo_range |
Definition at line 55 of file test_bifla.cxx.
typedef EveryOther<IntVector> EOIV |
Definition at line 53 of file test_bifla.cxx.
typedef std::vector<int> IntVector |
Definition at line 52 of file test_bifla.cxx.
int main | ( | void | ) |
Definition at line 63 of file test_bifla.cxx.
eo_range make_every_other | ( | IntVector::iterator | begin, |
IntVector::iterator | end | ||
) |
Definition at line 57 of file test_bifla.cxx.