bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
filtered_iterator.h File Reference
#include "boost/iterator/filter_iterator.hpp"
Include dependency graph for filtered_iterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bitrl::FilteredIterator< PREDICATE, TYPE >
 Simple wrapper to boost::filter_iterator. More...
 

Namespaces

namespace  bitrl
 

Functions

template<typename Pred , typename Type >
bool bitrl::operator== (const FilteredIterator< Pred, Type > &lhs, const FilteredIterator< Pred, Type > &rhs)
 
template<typename Pred , typename Type >
bool bitrl::operator!= (const FilteredIterator< Pred, Type > &lhs, const FilteredIterator< Pred, Type > &rhs)