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

#include <Combiners.h>

Public Types

typedef UnaryNode< Op, A > Type_t

Static Public Member Functions

static Type_t combine (const A &a, const Op &op, const TreeCombine &t)

Detailed Description

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

Definition at line 174 of file Combiners.h.

Member Typedef Documentation

◆ Type_t

template<class A, class Op>
typedef UnaryNode<Op, A> Combine1< A, Op, TreeCombine >::Type_t

Definition at line 176 of file Combiners.h.

Member Function Documentation

◆ combine()

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

Definition at line 178 of file Combiners.h.


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