![]() |
stldb::open_create_or_recover_t
// In header: </Users/bobw/workspaces/STLdb/stldb_lib/stldb/creation_tags.h> struct open_create_or_recover_t { };
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.