plusOpAuto< A, B, R > Struct Template Reference

Public Member Functions

R operator() (const A &a, const B &b)
 

Detailed Description

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.

Member Function Documentation

◆ 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: