Spec PoolConfig
Configuration of Pool.

Extends PoolSpec
All Extended Pool, PoolSpec
Defined in <seqan/pipe.h>
Signature template <typename TFile> struct PoolConfig;

Template Parameters

TFile The underlying File type, defaults to File<>.

Interface Function Overview

Interface Functions Inherited From Pool

Detailed Description

Using this configuration spec., the Pool's size type is Size<TFile>::Type. To use a custom size type PoolConfigSize should be used.

See Also