|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
#include "boost/iterator/filter_iterator.hpp"

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) |