QDP++
ForEach.h File Reference

Go to the source code of this file.

Classes

struct  ForEach< Expr, FTag, CTag >
struct  ForEach< UnaryNode< Op, A >, FTag, CTag >
struct  ForEach< BinaryNode< Op, A, B >, FTag, CTag >
struct  ForEach< TrinaryNode< Op, A, B, C >, FTag, CTag >
struct  ForEach< Expression< T >, FTag, CTag >
struct  ForEach< Reference< T >, FTag, CTag >

Functions

template<class Expr, class FTag, class CTag>
ForEach< Expr, FTag, CTag >::Type_t forEach (const Expr &e, const FTag &f, const CTag &c)

Function Documentation

◆ forEach()

template<class Expr, class FTag, class CTag>
ForEach< Expr, FTag, CTag >::Type_t forEach ( const Expr & e,
const FTag & f,
const CTag & c )
inline

Definition at line 87 of file ForEach.h.

References ForEach< Expr, FTag, CTag >::apply().