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

Public Types

using Type_t = typename BinaryReturn< A, B, Op >::Type_t
 

Static Public Member Functions

static Type_t combine (A a, B b, Op op, OpCombine)
 

Detailed Description

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

Definition at line 220 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

using Type_t = typename BinaryReturn<A, B, Op>::Type_t

Definition at line 222 of file Combiners.h.

Member Function Documentation

◆ combine()

static Type_t combine ( a,
B  b,
Op  op,
OpCombine   
)
inlinestatic

Definition at line 223 of file Combiners.h.

223 { return op(a, b); }

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