Constructors
Declared in <wallet/db.h>
Constructs a cursor.
constexpr
explicit
DatabaseCursor() = default;
» more...
Cursors are non-copyable.
DatabaseCursor(DatabaseCursor const& other) = delete;
» more...
| Name | Description |
|---|---|
| other | The cursor that would be copied from. |