Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/
H A Dscoped_ptr.hpp47 template<class T> class scoped_ptr // noncopyable class
65 explicit scoped_ptr( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_ptr() function in boost::scoped_ptr
74 explicit scoped_ptr( std::auto_ptr<T> p ) BOOST_SP_NOEXCEPT : px( p.release() ) in scoped_ptr() function in boost::scoped_ptr