Home
last modified time | relevance | path

Searched refs:sp_enable_if_auto_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 Dshared_ptr.hpp252 template< class T, class R > struct sp_enable_if_auto_ptr struct
256 template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > struct
497 …explicit shared_ptr( Ap r, typename boost::detail::sp_enable_if_auto_ptr<Ap, int>::type = 0 ): px(… in shared_ptr()
585 typename boost::detail::sp_enable_if_auto_ptr< Ap, shared_ptr & >::type operator=( Ap r ) in operator =()