Ptr::Pick

Ptr::Pick
SF_INLINE Ptr<C>& Pick(Ptr<C>& other);
SF_INLINE Ptr<C>& Pick(Pickable<C> v);
template <class R> SF_INLINE Ptr<C>& Pick(Pickable<R> v);
SF_INLINE Ptr<C>& Pick(C* p);
Description

Pick picks a value.

Parameters
Parameters 
Description 
Ptr<C>& other 
_nt_ 
Pickable<C> v 
_nt_ 
Pickable<C> v 
_nt_ 
C* p 
_nt_ 
Return Value