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

Public Types

using Type_t = BinaryNode< Op, A, B >
 

Static Public Member Functions

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

Detailed Description

template<class A, class B, class Op>
struct qmcplusplus::Combine2< A, B, Op, TreeCombine >

Definition at line 180 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

using Type_t = BinaryNode<Op, A, B>

Definition at line 182 of file Combiners.h.

Member Function Documentation

◆ combine()

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

Definition at line 183 of file Combiners.h.

183 { return Type_t(op, a, b); }

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