QMCPACK
OpDivide Struct Reference
+ Collaboration diagram for OpDivide:

Public Member Functions

template<class T1 , class T2 >
BinaryReturn< T1, T2, OpDivide >::Type_t operator() (const T1 &a, const T2 &b) const
 

Detailed Description

Definition at line 313 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

BinaryReturn<T1, T2, OpDivide>::Type_t operator() ( const T1 &  a,
const T2 &  b 
) const
inline

Definition at line 317 of file OperatorTags.h.

318  {
319  return (a / b);
320  }

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