Spec MapperSpec
Permutes all elements using a custom destination function.

Extends Pool
All Extended Pool
All Subcl's MapperConfig, MapperConfigSize
Defined in <seqan/pipe.h>
Signature template <typename TValue, typename TConfig> class Pool<TValue, MapperSpec<TConfig> >;

Template Parameters

TConfig Configuration Spec. Defines destination function, size type, and file type. Types: MapperConfig, MapperConfigSize
TValue The value type, that is the type of the stream elements.

Interface Function Overview

Interface Functions Inherited From Pool

Detailed Description

The Pool's input/output type is TValue and the size type is determined by the TConfig.