Dune Core Modules (2.8.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
binaryfunctions.hh
Go to the documentation of this file.
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;
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;
auto min(ADLTag< 0 >, const V &v1, const V &v2)
implements binary Simd::min()
Definition: defaults.hh:87
auto max(ADLTag< 0 >, const V &v1, const V &v2)
implements binary Simd::max()
Definition: defaults.hh:79
