|
QDP++
|
#include <Combiners.h>
Public Types | |
| typedef Combine2< A, B, Op, Tag >::Type_t | Type1_t |
| typedef Combine2< Type1_t, C, Op, Tag >::Type_t | Type_t |
Static Public Member Functions | |
| static Type_t | combine (const A &a, const B &b, const C &c, const Op &op, const Tag &t) |
Definition at line 98 of file Combiners.h.
| typedef Combine2<A,B,Op,Tag>::Type_t Combine3< A, B, C, Op, Tag >::Type1_t |
Definition at line 100 of file Combiners.h.
| typedef Combine2<Type1_t,C,Op,Tag>::Type_t Combine3< A, B, C, Op, Tag >::Type_t |
Definition at line 101 of file Combiners.h.
|
inlinestatic |
Definition at line 103 of file Combiners.h.
Referenced by ForEach< TrinaryNode< Op, A, B, C >, FTag, CTag >::apply(), Type_t< TypeA_t, TypeB_t, TypeC_t, Op, CTag >::combine(), and peteCombine().