Reference documentation for deal.II version 9.1.1
|
#include <deal.II/base/template_constraints.h>
Inherits is_same< T, U >.
A type that can be used to determine whether two types are equal. It allows to write code like
This construct is made possible through the existence of a partial specialization of the class for template arguments that are equal.
std::is_same
instead of this class. Definition at line 441 of file template_constraints.h.