Class MMapConfig
Configuration for MMapStrings.

Defined in <seqan/file.h>
Signature template <[typename TFile, [typename TSize]]> class MMapConfig;

Template Parameters

TFile The file type to use for the memory mapped string. Defaults to File<>
TSize The size type to use. Defaults to size_t.

Member Typedef Overview

Member Typedef Detail

typedef (..) MMapConfig::TFile;

The type to use for files.

typedef (..) MMapConfig::TSize;

The type to use for sizes.