deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
#include <deal.II/base/template_constraints.h>
Public Member Functions | |
ValueType | operator() (const ArgType &) |
Public Attributes | |
ValueType | value |
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.
|
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.