wallet::DatabaseCursor::operator=

Cursors are non-copyable.

Synopsis

Declared in <wallet/db.h>

DatabaseCursor&
operator=(DatabaseCursor const& other) = delete;

Return Value

Reference to this cursor.

Parameters

NameDescription
otherThe cursor that would be assigned from.