retdec
Classes | Namespaces
filter_iterator.h File Reference

An adapter of an iterator range in which some elements of the range are skipped. More...

#include <functional>
#include <iterator>
#include <utility>

Go to the source code of this file.

Classes

class  retdec::utils::FilterIterator< Iterator >
 An adapter of an iterator range in which some elements of the range are skipped. More...
 

Namespaces

 retdec
 
 retdec::utils
 

Detailed Description

An adapter of an iterator range in which some elements of the range are skipped.