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

Public Types

using Leaf_t = typename Expression< T >::Expression_t
 

Static Public Member Functions

static const Leaf_tmake (const Expression< T > &a)
 

Detailed Description

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

Definition at line 107 of file CreateLeaf.h.

Member Typedef Documentation

◆ Leaf_t

using Leaf_t = typename Expression<T>::Expression_t

Definition at line 109 of file CreateLeaf.h.

Member Function Documentation

◆ make()

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

Definition at line 111 of file CreateLeaf.h.

References Expression< T >::expression().

111 { return a.expression(); }

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