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

Public Types

using Type_t = typename UnaryReturn< A, Op >::Type_t
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 213 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

using Type_t = typename UnaryReturn<A, Op>::Type_t

Definition at line 215 of file Combiners.h.

Member Function Documentation

◆ combine()

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

Definition at line 216 of file Combiners.h.

216 { return op(a); }

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