QDP++
ForEachInOrder< Expr, FTag, VTag, CTag > Struct Template Reference

#include <ForEachInOrder.h>

Public Types

typedef LeafFunctor< Expr, FTag > Tag_t
typedef Tag_t::Type_t Type_t

Static Public Member Functions

static Type_t apply (const Expr &expr, const FTag &f, const VTag &v, const CTag &c)

Detailed Description

template<class Expr, class FTag, class VTag, class CTag>
struct ForEachInOrder< Expr, FTag, VTag, CTag >

Definition at line 182 of file ForEachInOrder.h.

Member Typedef Documentation

◆ Tag_t

template<class Expr, class FTag, class VTag, class CTag>
typedef LeafFunctor<Expr,FTag> ForEachInOrder< Expr, FTag, VTag, CTag >::Tag_t

Definition at line 184 of file ForEachInOrder.h.

◆ Type_t

template<class Expr, class FTag, class VTag, class CTag>
typedef Tag_t::Type_t ForEachInOrder< Expr, FTag, VTag, CTag >::Type_t

Definition at line 185 of file ForEachInOrder.h.

Member Function Documentation

◆ apply()

template<class Expr, class FTag, class VTag, class CTag>
Type_t ForEachInOrder< Expr, FTag, VTag, CTag >::apply ( const Expr & expr,
const FTag & f,
const VTag & v,
const CTag & c )
inlinestatic

Definition at line 187 of file ForEachInOrder.h.


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