CASM  1.1.0
A Clusters Approach to Statistical Mechanics
FilterIterator.hh File Reference
#include <iterator>
#include "casm/global/definitions.hh"

Go to the source code of this file.

Classes

class  CASM::FilterIterator< IteratorType >
 

Namespaces

 CASM
 Main CASM namespace.
 

Functions

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)