QMCPACK
FnExp Struct Reference
+ Collaboration diagram for FnExp:

Public Member Functions

template<class T >
UnaryReturn< T, FnExp >::Type_t operator() (const T &a) const
 

Detailed Description

Definition at line 110 of file OperatorTags.h.

Member Function Documentation

◆ operator()()

UnaryReturn<T, FnExp>::Type_t operator() ( const T &  a) const
inline

Definition at line 114 of file OperatorTags.h.

References qmcplusplus::exp().

115  {
116  return (exp(a));
117  }
MakeReturn< UnaryNode< FnExp, typename CreateLeaf< Vector< T1, C1 > >::Leaf_t > >::Expression_t exp(const Vector< T1, C1 > &l)

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