Reference documentation for deal.II version GIT relicensing-249-g48dc7357c7 2024-03-29 12:30:02+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\}}\)
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
is_base_of_all< Base, Derived > Struct Template Reference

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

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class Base, class... Derived>
struct is_base_of_all< Base, Derived >

This struct is a generalization of std::is_base_of<Base, Derived> to template parameter packs and tests if all of the Derived... classes have Base as base class or are Base itself. The result is stored in the member variable value.

Definition at line 201 of file template_constraints.h.

Member Data Documentation

◆ value

template<class Base , class... Derived>
constexpr bool is_base_of_all< Base, Derived >::value
staticconstexpr
Initial value:

Definition at line 203 of file template_constraints.h.


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