Go to the documentation of this file.
3 #ifndef DUNE_BINARYFUNCTIONS_HH
4 #define DUNE_BINARYFUNCTIONS_HH
14 template<
typename Type>
17 using first_argument_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
19 using second_argument_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
21 using result_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
30 template<
typename Type>
33 using first_argument_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
35 using second_argument_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
37 using result_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
Type first_argument_type
Definition: binaryfunctions.hh:17
auto max(const AlignedNumber< T, align > &a, const AlignedNumber< T, align > &b)
Definition: debugalign.hh:412
auto min(const AlignedNumber< T, align > &a, const AlignedNumber< T, align > &b)
Definition: debugalign.hh:434
Type operator()(const Type &t1, const Type &t2) const
Definition: binaryfunctions.hh:39
Type operator()(const Type &t1, const Type &t2) const
Definition: binaryfunctions.hh:23
Type second_argument_type
Definition: binaryfunctions.hh:19
Type second_argument_type
Definition: binaryfunctions.hh:35
Definition: binaryfunctions.hh:15
Type first_argument_type
Definition: binaryfunctions.hh:33
Definition: binaryfunctions.hh:31
Type result_type
Definition: binaryfunctions.hh:21
Type result_type
Definition: binaryfunctions.hh:37
Dune namespace.
Definition: alignedallocator.hh:13