ALP User Documentation  0.8.preview
Algebraic Programming User Documentation
iterators Directory Reference

Files

file  adapter.hpp [code]
 Defines an iterator that adapts the values returned by a sub-iterator according to some user-defined lambda.
 
file  filter.hpp [code]
 Provides an iterator that filters the contents of another iterator.
 
file  regular.hpp [code]
 A set of iterators that mimic containers with regular structure.
 
file  utils/iterators/type_traits.hpp [code]
 Defines a series of useful type traits for both STL and ALP iterators.
 
file  utils.hpp [code]
 Utilities for handling input iterators.