wallet::DatabaseCursor::DatabaseCursor

Constructors

Synopses

Declared in <wallet/db.h>

Constructs a cursor.

constexpr
explicit
DatabaseCursor() = default;
» more...

Cursors are non-copyable.

DatabaseCursor(DatabaseCursor const& other) = delete;
» more...

Parameters

NameDescription
otherThe cursor that would be copied from.