Copy assignment is deleted; reference counts are not copied.
Synopsis
Declared in <llvm/ADT/IntrusiveRefCntPtr.h>
RefCountedBase<OutputBackend>&
operator=(RefCountedBase<OutputBackend> const& Other) = delete;
Return Value
A CRTP mixin class that adds reference counting to a type.
Parameters
Name |
Description |
Other |
Source object that would be assigned from. |
Created with MrDocs