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, b_has_domain > 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::domain_type result_type
 

Detailed Description

template<typename Container, bool b_has_domain = has_domain_type<Container>::value>
struct stapl::detail::extract_domain< Container, b_has_domain >

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

Specialization used when the container provides domain information.


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