[#CoinsViewEmpty-operator_assign] = xref:CoinsViewEmpty.adoc[CoinsViewEmpty]::operator= :relfileprefix: ../ :mrdocs: Copy assignment is disabled; the empty view is a shared singleton. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CoinsViewEmpty.adoc[CoinsViewEmpty]& operator=(xref:CoinsViewEmpty.adoc[CoinsViewEmpty] const& other) = delete; ---- == Return Value Never returns; this overload is deleted. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The view that would be assigned from (assignment is disabled). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#