Reference documentation for deal.II version 9.1.0-pre
List of all members
all_same_as< Type, Types > Struct Template Reference

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

Detailed Description

template<class Type, class... Types>
struct all_same_as< Type, Types >

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


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