STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::detail::domain_intersection< D0, D1 > Class Template Reference

Helper functor to compute the intersection between two given domains (d0 and d1). More...

Public Member Functions

return_type operator() (D0 const &d0, D1 const &d1) const
 

Public Types

using return_type = typename std::conditional< is_contiguous< D1 >::value, D0, D1 >::type
 

Detailed Description

template<typename D0, typename D1>
class stapl::detail::domain_intersection< D0, D1 >

Helper functor to compute the intersection between two given domains (d0 and d1).

Precondition
D0::index_type == D1::index_type

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