Copy assignment is disabled; the empty view is a shared singleton.
Synopsis
Declared in <coins.h>
CoinsViewEmpty&
operator=(CoinsViewEmpty const& other) = delete;
Return Value
Never returns; this overload is deleted.
Parameters
Name |
Description |
other |
The view that would be assigned from (assignment is disabled). |
Created with MrDocs