STLdb

PrevUpHomeNext

Struct open_or_recover_t

stldb::open_or_recover_t

Synopsis

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


struct open_or_recover_t {
};

Description

Tag to indicate that the Database, when opened, should already exist. It can be recovered is needed, but should not need to be created.


PrevUpHomeNext