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

#include <Combiners.h>

Public Types

typedef UnaryReturn< A, Op >::Type_t Type_t

Static Public Member Functions

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

Detailed Description

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

Definition at line 225 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

template<class A, class Op>
typedef UnaryReturn<A,Op>::Type_t Combine1< A, Op, OpCombine >::Type_t

Definition at line 227 of file Combiners.h.

Member Function Documentation

◆ combine()

template<class A, class Op>
Type_t Combine1< A, Op, OpCombine >::combine ( A a,
Op op,
OpCombine  )
inlinestatic

Definition at line 229 of file Combiners.h.


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