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