Searched defs:clone_ptr (Results 1 – 1 of 1) sorted by relevance
88 class clone_ptr class97 explicit clone_ptr(T* p = 0) : ptr(p) {} in clone_ptr() function in clone_ptr102 clone_ptr(const clone_ptr& p) // Copy constructor (as usual) in clone_ptr() function in clone_ptr116 clone_ptr(BOOST_RV_REF(clone_ptr) p) //Move constructor in clone_ptr() function in clone_ptr