Copy assignment is deleted; reference counts are not copied.

Synopsis

Declared in <llvm/ADT/IntrusiveRefCntPtr.h>

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