Cursors are non‐copyable.

Synopsis

Declared in <wallet/db.h>

DatabaseCursor(DatabaseCursor const& other) = delete;

Parameters

Name

Description

other

The cursor that would be copied from.

Created with MrDocs