deal.II version GIT relicensing-2206-gaa53ff9447 2024-12-02 09:10:00+00:00
|
#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 177 of file template_constraints.h.
|
staticconstexpr |
Definition at line 179 of file template_constraints.h.