QDP++
Combine1< A, Op, Tag > Struct Template Reference

#include <Combiners.h>

Public Types

typedef A Type_t

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 Combine1< A, Op, Tag >

Definition at line 84 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

template<class A, class Op, class Tag>
typedef A Combine1< A, Op, Tag >::Type_t

Definition at line 86 of file Combiners.h.

Member Function Documentation

◆ combine()

template<class A, class Op, class Tag>
Type_t Combine1< A, Op, Tag >::combine ( const A & a,
const Op & ,
const Tag &  )
inlinestatic

Definition at line 88 of file Combiners.h.

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


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