EngineFunctorScalar< T, Compressible > Struct Template Reference

Compressible is used to query if an engine can be compressed, which is a compile time trait. More...

#include <CompressibleEngines.h>

List of all members.

Public Types

typedef WrappedInt< true > Type_t

Static Public Member Functions

static Type_t apply (const T &, const Compressible &)


Detailed Description

template<class T>
struct EngineFunctorScalar< T, Compressible >

Compressible is used to query if an engine can be compressed, which is a compile time trait.

ForEach<Expr,CompressibleTag,AndCombine>::Type_t is WrappedInt<true> if Expr contains engines that are compressible. (The apply() members here are never used. Maybe they're not necessary.) General Nodes are scalars which are compressible.


Member Typedef Documentation

template<class T >
typedef WrappedInt<true> EngineFunctorScalar< T, Compressible >::Type_t


Member Function Documentation

template<class T >
static Type_t EngineFunctorScalar< T, Compressible >::apply ( const T &  ,
const Compressible  
) [inline, static]


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

Generated on Wed Mar 16 06:20:10 2011 for FreePOOMA by  doxygen 1.5.9