Gyselalib++
 
Loading...
Searching...
No Matches
connectivity_details::FindRelevantIdxRangeType< QueryGrid1D, IdxRangeTuple > Struct Template Reference

A class to find any index range types which contain an index range defined on the provided grid. More...

Detailed Description

template<class QueryGrid1D, class IdxRangeTuple>
struct connectivity_details::FindRelevantIdxRangeType< QueryGrid1D, IdxRangeTuple >

A class to find any index range types which contain an index range defined on the provided grid.

E.g. Grid1, std::tuple<IdxRange<Grid1, Grid2>, IdxRange<Grid3,Grid4>> will find: ddc::detail::TypeSeq<IdxRange<Grid1, Grid2>>

Template Parameters
QueryGrid1DThe grid being searched for.
Atuple of index ranges which may contain the relevant grid.

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