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