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

Something plus a scalar should return the domain type of the something. 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 NullDomain &, const DomainFunctorTag &)

Detailed Description

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

Something plus a scalar should return the domain type of the something.


Member Typedef Documentation

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

Member Function Documentation

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

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