Reference documentation for deal.II version 9.0.0
|
#include <deal.II/base/template_constraints.h>
A struct that implements the default product type resulting from the multiplication of two types.
T
or U
have qualifiers (const
or volatile
) or are lvalue
or rvalue
references! It is recommended that specialization of this class is only made for unqualified (fully stripped) types and that the ProductType class be used to determine the result of operating with (potentially) qualified types.Definition at line 387 of file template_constraints.h.