Reference documentation for deal.II version 9.0.0
|
#include <deal.II/base/template_constraints.h>
This struct is a generalization of std::is_same to template parameter packs and tests if all of the types in the Types...
parameter pack are equal to the Type
given as first template argument. The result is stored in the member variable value.
Definition at line 72 of file template_constraints.h.