Searched defs:auto_ptr (Results 1 – 1 of 1) sorted by relevance
19 class auto_ptr { // Copyable (using default copy operations). class21 explicit auto_ptr(T* ptr = 0) : ptr_(ptr) {} in auto_ptr() function in boost::contract::detail::auto_ptr