CountRefHandle::CountRefHandle
Constructors
Synopses
Declared in <support/CountRefHandle.h>
Default constructor
Copy constructor
CountRefHandle(CountRefHandle<T> const& that);
Construct from T
CountRefHandle(T const& t);
Construct from T
CountRefHandle(T* t);
Created with MrDocs