Home
last modified time | relevance | path

Searched defs:auto_ptr (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/contract/detail/
Dauto_ptr.hpp19 class auto_ptr { // Copyable (using default copy operations). class
21 explicit auto_ptr(T* ptr = 0) : ptr_(ptr) {} in auto_ptr() function in boost::contract::detail::auto_ptr