Constructor

Synopsis

Declared in <flatfile.h>

FlatFileSeq(
    fs::path dir,
    char const* prefix,
    size_t chunk_size);

Parameters

Name

Description

dir

The base directory that all files live in.

prefix

A short prefix given to all file names.

chunk_size

Disk space is pre‐allocated in multiples of this amount.

Created with MrDocs