#define TemplatedRunTimeSelection_H
//=== author:Elwardi ===//
#define defineVariadicTemplatedRunTimeSelectionTablePtr(baseType, argNames, Targs...)
//=== author:Elwardi ===//
#define defineVariadicTemplatedRunTimeSelectionTable(baseType, Targs...)
A set of macros to define runtime selection tables for templates with variadic arguments Recycled from OpenFOAM-TRTS repo
defineVariadicTemplatedRunTimeSelectionTablePtr
#define defineVariadicTemplatedRunTimeSelectionTablePtr(baseType, argNames, Targs...)
Macro to define a base-RTS templated model with variadic arguments
defineVariadicTemplatedRunTimeSelectionTable
#define defineVariadicTemplatedRunTimeSelectionTable(baseType, Targs...)
Macro to define a dictionary-RTS templated model with variadic arguments
Last modified May 29, 2024: feat: complete rework for the API and unittest docs (4788495)