Cursors are non‐copyable.
Synopsis
Declared in <wallet/db.h>
DatabaseCursor&
operator=(DatabaseCursor const& other) = delete;
Return Value
Reference to this cursor.
Parameters
Name |
Description |
other |
The cursor that would be assigned from. |
Created with MrDocs