Beispiel #1
0
 copy_ptr(copy_ptr<RELATED> & o) throw() :
     m_p(o.release()) {}
Beispiel #2
0
 copy_ptr(copy_ptr & o) throw() :
     m_p(o.release()) {}