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

Public Types

using Leaf_t = Reference< Vector< T, C > >
 

Static Public Member Functions

static Leaf_t make (const Vector< T, C > &a)
 

Detailed Description

template<class T, class C>
struct qmcplusplus::CreateLeaf< Vector< T, C > >

Definition at line 342 of file OhmmsVector.h.

Member Typedef Documentation

◆ Leaf_t

using Leaf_t = Reference<Vector<T, C> >

Definition at line 344 of file OhmmsVector.h.

Member Function Documentation

◆ make()

static Leaf_t make ( const Vector< T, C > &  a)
inlinestatic

Definition at line 345 of file OhmmsVector.h.

345 { return Leaf_t(a); }
Reference< Vector< T, C > > Leaf_t
Definition: OhmmsVector.h:344

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