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

Public Types

using Leaf_t = Reference< Matrix< T, Alloc > >
 

Static Public Member Functions

static Leaf_t make (const Matrix< T, Alloc > &a)
 

Detailed Description

template<class T, typename Alloc>
struct qmcplusplus::CreateLeaf< Matrix< T, Alloc > >

Definition at line 441 of file OhmmsMatrix.h.

Member Typedef Documentation

◆ Leaf_t

using Leaf_t = Reference<Matrix<T, Alloc> >

Definition at line 443 of file OhmmsMatrix.h.

Member Function Documentation

◆ make()

static Leaf_t make ( const Matrix< T, Alloc > &  a)
inlinestatic

Definition at line 444 of file OhmmsMatrix.h.

444 { return Leaf_t(a); }
Reference< Matrix< T, Alloc > > Leaf_t
Definition: OhmmsMatrix.h:443

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