QMCPACK
CreateLeaf< T > Struct Template Reference
+ Collaboration diagram for CreateLeaf< T >:

Public Types

using Leaf_t = Scalar< T >
 

Static Public Member Functions

static Leaf_t make (const T &a)
 

Detailed Description

template<class T>
struct qmcplusplus::CreateLeaf< T >

Definition at line 93 of file CreateLeaf.h.

Member Typedef Documentation

◆ Leaf_t

using Leaf_t = Scalar<T>

Definition at line 95 of file CreateLeaf.h.

Member Function Documentation

◆ make()

static Leaf_t make ( const T &  a)
inlinestatic

Definition at line 97 of file CreateLeaf.h.

97 { return Scalar<T>(a); }
Definition: Scalar.h:49

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