All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Types | Public Member Functions | List of all members
paal::utils::iterator_with_excluded_element< Iterator > Struct Template Reference

this iterator exlcludes one specific element from range More...

#include <iterator_utils.hpp>

Inheritance diagram for paal::utils::iterator_with_excluded_element< Iterator >:

Public Types

typedef std::iterator_traits
< Iterator >::value_type 
Element
 

Public Member Functions

 iterator_with_excluded_element (Iterator i, Iterator end, const Element &e)
 constructor More...
 

Detailed Description

template<typename Iterator>
struct paal::utils::iterator_with_excluded_element< Iterator >

this iterator exlcludes one specific element from range

Template Parameters
Iterator

Definition at line 34 of file iterator_utils.hpp.

Constructor & Destructor Documentation

template<typename Iterator >
paal::utils::iterator_with_excluded_element< Iterator >::iterator_with_excluded_element ( Iterator  i,
Iterator  end,
const Element &  e 
)
inline

constructor

Parameters
i
end
e

Definition at line 49 of file iterator_utils.hpp.


The documentation for this struct was generated from the following file: