NuDB Logo

PrevUpHomeNext

basic_store::is_open

Returns true if the database is open.

Synopsis
bool
is_open() const;
Description
Thread safety

Safe to call concurrently with any function except basic_store::open or basic_store::close.


PrevUpHomeNext