#include <iterator>
#include "casm/global/definitions.hh"
Go to the source code of this file.
|
| template<typename IteratorType > |
| void | CASM::swap (FilterIterator< IteratorType > &a, FilterIterator< IteratorType > &b) |
| | Definitions. More...
|
| |
| template<typename IteratorType , typename DataObject > |
| FilterIterator< IteratorType > | CASM::filter_begin (IteratorType const &it, IteratorType const &it_end, std::function< bool(typename FilterIterator< IteratorType >::reference)> filter_function) |
| |
| template<typename IteratorType > |
| FilterIterator< IteratorType > | CASM::filter_end (IteratorType const &it_end) |
| |