FreePOOMA  2.4.1
Public Types
EngineFunctorDefault< Engine, Compressible > Struct Template Reference

General engines are not compressible, so the general Compressible returns false for compressed(). More...

#include <CompressibleEngines.h>

List of all members.

Public Types

typedef WrappedInt< false > Type_t

Detailed Description

template<class Engine>
struct EngineFunctorDefault< Engine, Compressible >

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.)


Member Typedef Documentation

template<class Engine >
typedef WrappedInt<false> EngineFunctorDefault< Engine, Compressible >::Type_t

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