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 |
Helper functor to compute the intersection between two given domains (d0
and d1
).