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

Public Types

using Type_t = int
 

Static Public Member Functions

static Type_t apply (const Scalar< T > &, const DecrementLeaf &)
 

Detailed Description

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

Definition at line 324 of file Functors.h.

Member Typedef Documentation

◆ Type_t

using Type_t = int

Definition at line 326 of file Functors.h.

Member Function Documentation

◆ apply()

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

Definition at line 327 of file Functors.h.

327 { return 0; }

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