ivutils
Loading...
Searching...
No Matches
skiper_it< iterator, checker_t > Struct Template Reference

Skips some of the numbers, returned as false by checker Checker MUST return true for out_of range indicies. More...

#include <utiltl.h>

Public Member Functions

 skiper_it (iterator it_, int i_=0, bool valid=true)
 Use valid=flase to indicate invalid iterators, where no checks are performed (end of sequence, etc.)
 
 skiper_it (iterator it_, const checker_t &ch, int i_=0, bool valid=true)
 Use valid=flase to indicate invalid iterators, where no checks are performed (end of sequence, etc.)
 

Detailed Description

template<class iterator, class checker_t = void_check_t>
struct skiper_it< iterator, checker_t >

Skips some of the numbers, returned as false by checker Checker MUST return true for out_of range indicies.


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