divideOpAuto< 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 divideOpAuto< A, B, R >

Definition at line 54 of file divide.C.

Member Function Documentation

◆ operator()()

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

Definition at line 56 of file divide.C.

References Foam::constant::physicoChemical::b, and divide::divide().

Here is the call graph for this function:

The documentation for this struct was generated from the following file: