wallet::DatabaseCursor::DatabaseCursor

Cursors are non-copyable.

Synopsis

Declared in <wallet/db.h>

DatabaseCursor(DatabaseCursor const& other) = delete;

Parameters

NameDescription
otherThe cursor that would be copied from.