template<typename T>
WeakPtr class
Template parameters | |
---|---|
T | the type of the underlying instance |
Contents
Weak smart pointer
Constructors, destructors, conversion operators
Public functions
Function documentation
template<typename T>
template<typename T1>
WeakPtr<T1> bpf:: memory:: WeakPtr<T>:: Cast() const
Template parameters | |
---|---|
T1 | the type to cast to |
Returns | new casted WeakPtr |
Exceptions | |
ClassCastException | in debug only if the class cannot be casted |
Quick casting function