![]() |
deal.II version 9.7.0
|
#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.