|
FreePOOMA
2.4.1
|
Compressible is used to query if an engine can be compressed, which is a compile time trait. More...
#include <CompressibleEngines.h>
Public Types | |
| typedef WrappedInt< true > | Type_t |
Static Public Member Functions | |
| static Type_t | apply (const T &, const 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.
| typedef WrappedInt<true> EngineFunctorScalar< T, Compressible >::Type_t |
| static Type_t EngineFunctorScalar< T, Compressible >::apply | ( | const T & | , |
| const Compressible & | |||
| ) | [inline, static] |
1.7.6.1