template<class A, class B, class R = decltype(std::declval<A>() + std::declval<B>())>
struct plusOpAuto< A, B, R >
Definition at line 50 of file add.C.
◆ operator()()
| R operator() |
( |
const A & |
a, |
|
|
const B & |
b |
|
) |
| |
|
inline |
Definition at line 52 of file add.C.
References b.
The documentation for this struct was generated from the following file:
- src/functionObjects/field/add/add.C