FreePOOMA  2.4.1
Public Types | Static Public Member Functions
Combine2< Domain, Domain, Op, DomainFunctorTag > Struct Template Reference

Anything on a domain can be added to the something on the same domain. More...

#include <ExpressionEngine.h>

List of all members.

Public Types

typedef Domain Type_t

Static Public Member Functions

static Type_t combine (const Domain &a, const Domain &, const DomainFunctorTag &)

Detailed Description

template<class Domain, class Op>
struct Combine2< Domain, Domain, Op, DomainFunctorTag >

Anything on a domain can be added to the something on the same domain.


Member Typedef Documentation

template<class Domain , class Op >
typedef Domain Combine2< Domain, Domain, Op, DomainFunctorTag >::Type_t

Member Function Documentation

template<class Domain , class Op >
static Type_t Combine2< Domain, Domain, Op, DomainFunctorTag >::combine ( const Domain a,
const Domain ,
const DomainFunctorTag  
) [inline, static]

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