![]() |
deal.II version GIT relicensing-3540-g7552a02177 2025-06-20 13:50:00+00:00
|
#include <deal.II/base/template_constraints.h>
A class that always returns a given value. This is needed as a workaround for lambdas used as default parameters some compilers struggle to deal with.
Definition at line 332 of file template_constraints.h.
Public Member Functions | |
ValueType | operator() (const ArgType &) |
Public Attributes | |
ValueType | value |
|
inline |
Definition at line 336 of file template_constraints.h.
ValueType always_return< ArgType, ValueType >::value |
Definition at line 334 of file template_constraints.h.