5#ifndef DUNE_BINARYFUNCTIONS_HH
6#define DUNE_BINARYFUNCTIONS_HH
16 template<
typename Type>
19 using first_argument_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
21 using second_argument_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
23 using result_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
32 template<
typename Type>
35 using first_argument_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
37 using second_argument_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
39 using result_type [[deprecated(
"This type alias is deprecated following similar deprecations in C++17")]] = Type;
Dune namespace.
Definition alignedallocator.hh:13
A dynamically growing random access list.
Definition arraylist.hh:62
Definition binaryfunctions.hh:18
Type operator()(const Type &t1, const Type &t2) const
Definition binaryfunctions.hh:25
Definition binaryfunctions.hh:34
Type operator()(const Type &t1, const Type &t2) const
Definition binaryfunctions.hh:41