NuDB Logo

PrevUpHomeNext

basic_store::~basic_store

Destroy the database.

Synopsis
~basic_store();
Description

Files are closed, memory is freed, and data that has not been committed is discarded. To ensure that all inserted data is written, it is necessary to call basic_store::close before destroying the basic_store.

This function ignores errors returned by basic_store::close; to receive those errors it is necessary to call basic_store::close before the basic_store is destroyed.


PrevUpHomeNext