[#wallet-DatabaseCursor-operator_assign] = xref:wallet.adoc[wallet]::xref:wallet/DatabaseCursor.adoc[DatabaseCursor]::operator= :relfileprefix: ../../ :mrdocs: Cursors are non‐copyable. == Synopsis Declared in `<wallet/db.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/DatabaseCursor.adoc[DatabaseCursor]& operator=(xref:wallet/DatabaseCursor.adoc[DatabaseCursor] const& other) = delete; ---- == Return Value Reference to this cursor. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The cursor that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#