Interface Documentation
Version: invalid
Static Public Member Functions | List of all members
flecsi::topo::find_entity< I, T, DIM, DOM > Struct Template Reference

find_entity provides a specialization for the root recursion. More...

Static Public Member Functions

static constexpr size_t find ()
 

Detailed Description

template<size_t I, class T, size_t DIM, size_t DOM>
struct flecsi::topo::find_entity< I, T, DIM, DOM >

find_entity provides a specialization for the root recursion.

Member Function Documentation

◆ find()

template<size_t I, class T , size_t DIM, size_t DOM>
static constexpr size_t flecsi::topo::find_entity< I, T, DIM, DOM >::find ( )
inlinestatic

Find the position index of a type that matches the given domain and dimension.

Template Parameters
IThe current index in tuple.
TThe tuple type.
DIMThe dimension to match.
DOMThe domain to match.

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