Go to the documentation of this file.
18 #ifndef EXAMPLE_TYPE_HPP
19 #define EXAMPLE_TYPE_HPP
91 out <<
"(" << dat.
val1 <<
", " << dat.
val2 <<
")";
107 constexpr
static size_t dim=2;
141 static_assert(dim > 2,
"get created for example_type with a dimension greater than 2");
142 static_assert(dim < 1,
"get created for example_type with a dimension less than 1");