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

Public Types

using Type_t = T
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 362 of file Functors.h.

Member Typedef Documentation

◆ Type_t

using Type_t = T

Definition at line 364 of file Functors.h.

Member Function Documentation

◆ apply()

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

Definition at line 365 of file Functors.h.

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

365 { return s.value(); }

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