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

Public Types

using Type_t = A
 

Static Public Member Functions

static Type_t combine (const A &a, const Op &, const Tag &)
 

Detailed Description

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

Definition at line 86 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

using Type_t = A

Definition at line 88 of file Combiners.h.

Member Function Documentation

◆ combine()

static Type_t combine ( const A &  a,
const Op &  ,
const Tag &   
)
inlinestatic

Definition at line 89 of file Combiners.h.

Referenced by ForEach< UnaryNode< Op, A >, FTag, CTag >::apply(), and qmcplusplus::peteCombine().

89 { return a; }

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