Reference documentation for deal.II version 9.6.0
|
#include <deal.II/base/template_constraints.h>
Static Public Attributes | |
static constexpr bool | value = (Values && ...) |
A helper class whose value
member is true or false depending on whether all of the given boolean template arguments are true
. The class works by comparing the list of boolean values true, Values...
with the list Values..., true
(i.e., with its rotated self). The two are only the same if Values...
is a list of only true
values.
Definition at line 176 of file template_constraints.h.
|
staticconstexpr |
Definition at line 178 of file template_constraints.h.