Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dscoped_ptr.hpp39 template<class T> class scoped_ptr // noncopyable class
57 explicit scoped_ptr( T * p = 0 ): px( p ) // never throws in scoped_ptr() function in boost::scoped_ptr
66 explicit scoped_ptr( std::auto_ptr<T> p ): px( p.release() ) // never throws in scoped_ptr() function in boost::scoped_ptr