STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::wf_iter_compare< V > Class Template Reference

Helper class template that performs iterator comparison against an end iterator. The iterators are selected from a single view of a list of input views. The first view with a finite domain is selected for use in the comparison. More...

Public Member Functions

 wf_iter_compare (V const &... v, bool check_end=false)
 
bool operator() (typename std::remove_reference< V >::type::const_iterator const &... iter) const
 

Detailed Description

template<typename... V>
class stapl::wf_iter_compare< V >

Helper class template that performs iterator comparison against an end iterator. The iterators are selected from a single view of a list of input views. The first view with a finite domain is selected for use in the comparison.


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