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
Cursors are non‐copyable.
Declared in <wallet/db.h>
DatabaseCursor(DatabaseCursor const& other) = delete;
Name |
Description |
other |
The cursor that would be copied from. |
Created with MrDocs