Reference documentation for deal.II version 9.6.0
|
#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 331 of file template_constraints.h.
|
inline |
Definition at line 335 of file template_constraints.h.
ValueType always_return< ArgType, ValueType >::value |
Definition at line 333 of file template_constraints.h.