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

Public Types

using Leaf_t = Reference< ParticleAttrib< T > >
 

Static Public Member Functions

static Leaf_t make (const ParticleAttrib< T > &a)
 

Detailed Description

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

Definition at line 840 of file ParticleAttrib.cpp.

Member Typedef Documentation

◆ Leaf_t

Definition at line 842 of file ParticleAttrib.cpp.

Member Function Documentation

◆ make()

static Leaf_t make ( const ParticleAttrib< T > &  a)
inlinestatic

Definition at line 843 of file ParticleAttrib.cpp.

843 { return Leaf_t(a); }
Reference< ParticleAttrib< T > > Leaf_t

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