[#wallet-DatabaseCursor-2constructor-0a] = xref:wallet.adoc[wallet]::xref:wallet/DatabaseCursor.adoc[DatabaseCursor]::DatabaseCursor :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<wallet/db.h>` Constructs a cursor. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:wallet/DatabaseCursor/2constructor-0e.adoc[DatabaseCursor]() = default; ---- [.small]#xref:wallet/DatabaseCursor/2constructor-0e.adoc[_» more..._]# Cursors are non‐copyable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/DatabaseCursor/2constructor-00.adoc[DatabaseCursor](xref:wallet/DatabaseCursor.adoc[DatabaseCursor] const& other) = delete; ---- [.small]#xref:wallet/DatabaseCursor/2constructor-00.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The cursor that would be copied from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#