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< std::list< T >, false > Struct Template Reference

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

Public Member Functions

result_type operator() (std::list< T > *ct)
 

Public Types

typedef dom1D< iterator, dom_t > result_type
 

Detailed Description

template<typename T>
struct stapl::detail::extract_domain< std::list< T >, false >

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

Specialization used when the container is a std::list.


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