STLdb

PrevUpHomeNext

Struct open_create_or_recover_t

stldb::open_create_or_recover_t

Synopsis

// In header: </Users/bobw/workspace/stldb_lib/stldb/creation_tags.h>


struct open_create_or_recover_t {
};

Description

Tag to indicate that the Database, when opened, can be opened, created, or recovered, as needed. With this tag, the constructor attempts to reuse an existing region, if one exists. If a region exists but is not reusable, it is recovered from disk.


PrevUpHomeNext