OpenLB 1.7
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
olb::descriptors::PARAMETER_TUPLE< PARAMS > Struct Template Reference

Tuple of parameters to concretize field declarations. More...

#include <descriptorBase.h>

+ Collaboration diagram for olb::descriptors::PARAMETER_TUPLE< PARAMS >:

Static Public Member Functions

template<typename FIELD >
static constexpr std::size_t size ()
 

Detailed Description

template<unsigned... PARAMS>
struct olb::descriptors::PARAMETER_TUPLE< PARAMS >

Tuple of parameters to concretize field declarations.

Definition at line 83 of file descriptorBase.h.

Member Function Documentation

◆ size()

template<unsigned... PARAMS>
template<typename FIELD >
static constexpr std::size_t olb::descriptors::PARAMETER_TUPLE< PARAMS >::size ( )
inlinestaticconstexpr

Definition at line 85 of file descriptorBase.h.

85 {
86 return FIELD::template size<PARAMS...>();
87 };
static constexpr std::size_t size()

References olb::descriptors::PARAMETER_TUPLE< PARAMS >::size().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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