Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-3137-g2eb5e32b94 2025-04-24 18:00:00+00:00
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Static Public Attributes | List of all members
internal::TemplateConstraints::any_true< Values > Struct Template Reference

#include <deal.II/base/template_constraints.h>

Static Public Attributes

static constexpr bool value = (Values || ...)
 

Detailed Description

template<bool... Values>
struct internal::TemplateConstraints::any_true< Values >

A class whose value member is set to true if any of the boolean template arguments are true.

Definition at line 188 of file template_constraints.h.

Member Data Documentation

◆ value

template<bool... Values>
constexpr bool internal::TemplateConstraints::any_true< Values >::value = (Values || ...)
staticconstexpr

Definition at line 190 of file template_constraints.h.


The documentation for this struct was generated from the following file: