FreePOOMA
2.4.1
|
General engines are not compressible, so the general Compressible returns false for compressed(). More...
#include <CompressibleEngines.h>
Public Types | |
typedef WrappedInt< false > | Type_t |
General engines are not compressible, so the general Compressible returns false for compressed().
It is an error to attempt to perform compressed reads of general engines, so your code should never attempt this. (Make a compile time switch first based on ForEach<Expr,CompressibleTag,AndCombine>::Type_t::val, which is true only if the expression contains engines that recognize compressibility.)
typedef WrappedInt<false> EngineFunctorDefault< Engine, Compressible >::Type_t |