QMCPACK
FnPow Struct Reference
+ Collaboration diagram for FnPow:

Public Member Functions

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

Detailed Description

Definition at line 373 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

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

Definition at line 377 of file OperatorTags.h.

References qmcplusplus::pow().

378  {
379  return (pow(a, b));
380  }
MakeReturn< BinaryNode< FnPow, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t, typename CreateLeaf< Vector< T2, C2 > >::Leaf_t > >::Expression_t pow(const Vector< T1, C1 > &l, const Vector< T2, C2 > &r)

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