Reference documentation for deal.II version 9.1.0-pre
List of all members
is_base_of_all< Base, Derived > Struct Template Reference

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

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 59 of file template_constraints.h.


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