template <typename T>
class MakeRefCountedHelper
Defined at line 28 of file ../../src/lib/fxl/memory/ref_ptr_internal.h
This is a wrapper class that can be friended for a particular |T|, if you
want to make |T|'s constructor private, but still use |MakeRefCounted()|
(below). (You can't friend partial specializations.) See |MakeRefCounted()|
and |FRIEND_MAKE_REF_COUNTED()|.
Public Methods
template <typename... Args>
RefPtr<T> MakeRefCounted (Args &&... args)
Defined at line 31 of file ../../src/lib/fxl/memory/ref_ptr_internal.h