QMCPACK
Combine1< A, Op, TreeCombine > Struct Template Reference
+ Collaboration diagram for Combine1< A, Op, TreeCombine >:

Public Types

using Type_t = UnaryNode< Op, A >
 

Static Public Member Functions

static Type_t combine (const A &a, const Op &op, const TreeCombine &t)
 

Detailed Description

template<class A, class Op>
struct qmcplusplus::Combine1< A, Op, TreeCombine >

Definition at line 173 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

using Type_t = UnaryNode<Op, A>

Definition at line 175 of file Combiners.h.

Member Function Documentation

◆ combine()

static Type_t combine ( const A &  a,
const Op &  op,
const TreeCombine t 
)
inlinestatic

Definition at line 176 of file Combiners.h.

176 { return Type_t(op, a); }

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