![]() |
deal.II version GIT relicensing-3540-g7552a02177 2025-06-20 13:50:00+00:00
|
#include <deal.II/base/template_constraints.h>
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 177 of file template_constraints.h.
Static Public Attributes | |
static constexpr bool | value = (Values && ...) |
|
staticconstexpr |
Definition at line 179 of file template_constraints.h.