NuDB Logo

PrevUpHomeNext

basic_store::is_open

Returns true if the database is open.

bool
is_open() const;
Thread safety

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


PrevUpHomeNext