QMCPACK
FnFmod Struct Reference
+ Collaboration diagram for FnFmod:

Public Member Functions

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

Detailed Description

Definition at line 383 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 387 of file OperatorTags.h.

References qmcplusplus::fmod().

388  {
389  return (fmod(a, b));
390  }
MakeReturn< BinaryNode< FnFmod, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t, typename CreateLeaf< Vector< T2, C2 > >::Leaf_t > >::Expression_t fmod(const Vector< T1, C1 > &l, const Vector< T2, C2 > &r)

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