QMCPACK
LeafFunctor< Scalar< T >, EvalLeaf1 > Struct Template Reference
+ Collaboration diagram for LeafFunctor< Scalar< T >, EvalLeaf1 >:

Public Types

using Type_t = T
 

Static Public Member Functions

static const Type_tapply (const Scalar< T > &s, const EvalLeaf1 &)
 

Detailed Description

template<class T>
struct qmcplusplus::LeafFunctor< Scalar< T >, EvalLeaf1 >

Definition at line 102 of file Functors.h.

Member Typedef Documentation

◆ Type_t

using Type_t = T

Definition at line 104 of file Functors.h.

Member Function Documentation

◆ apply()

static const Type_t& apply ( const Scalar< T > &  s,
const EvalLeaf1  
)
inlinestatic

Definition at line 105 of file Functors.h.

References qmcplusplus::Units::time::s.

105 { return s.value(); }

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