STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::detail::extract_domain< Container, false > Struct Template Reference

Helper functor to extract the domain associated with the given container. More...

Public Member Functions

result_type operator() (Container *container) const
 

Public Types

typedef Container::iterator iterator
 
typedef seqDom< iterator > dom_t
 
typedef dom1D< iterator, dom_t > result_type
 

Detailed Description

template<typename Container>
struct stapl::detail::extract_domain< Container, false >

Helper functor to extract the domain associated with the given container.

Specialization used when the container does not specify domain information. A domain based on iterators is returned.


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