STLdb

PrevUpHomeNext

Struct open_or_create_t

stldb::open_or_create_t

Synopsis

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


struct open_or_create_t {
};

Description

Tag to indicate that the Database, when opened, can be opened or created, but that recovery is not allowed.


PrevUpHomeNext