Reference documentation for deal.II version 9.0.0
|
#include <deal.II/base/template_constraints.h>
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 57 of file template_constraints.h.