1 #ifndef BALL_LINALG_BASEFILTERITERATOR_H
2 #define BALL_LINALG_BASEFILTERITERATOR_H
16 template <
class Predicate,
class IteratorBase >
27 typedef typename IteratorBase::container_type
Container;
29 typedef typename IteratorBase::value_type
DataType;
31 typedef typename IteratorBase::difference_type
Position;
33 typedef typename IteratorBase::traits_type
Traits;
39 typedef typename IteratorBase::pointer
pointer;
190 #endif // BALL_KERNEL_BASEFILTERITERATOR_H