Flow123d  master-f44eb46
Static Public Member Functions | List of all members
detail::get_components< FIELD_TUPLE, INDEX > Struct Template Reference

#include <field_model.hh>

Static Public Member Functions

static auto eval (FIELD_TUPLE fields, uint i_comp) -> decltype(auto)
 

Detailed Description

template<typename FIELD_TUPLE, int INDEX>
struct detail::get_components< FIELD_TUPLE, INDEX >

For given tuple of fields/multifields and given component index return the tuple of the selected components.

Definition at line 153 of file field_model.hh.

Member Function Documentation

◆ eval()

template<typename FIELD_TUPLE , int INDEX>
static auto detail::get_components< FIELD_TUPLE, INDEX >::eval ( FIELD_TUPLE  fields,
uint  i_comp 
) -> decltype(auto)
inlinestatic

Definition at line 154 of file field_model.hh.

Here is the caller graph for this function:

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