Home
last modified time | relevance | path

Searched refs:sp_convertible (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dsp_convertible.hpp41 template< class Y, class T > struct sp_convertible struct
52 template< class Y, class T > struct sp_convertible< Y, T[] > struct
57 template< class Y, class T > struct sp_convertible< Y[], T[] > struct
59 enum _vt { value = sp_convertible< Y[1], T[1] >::value }; argument
62 template< class Y, std::size_t N, class T > struct sp_convertible< Y[N], T[] > struct
64 enum _vt { value = sp_convertible< Y[1], T[1] >::value }; argument
82 …ruct sp_enable_if_convertible: public sp_enable_if_convertible_impl< sp_convertible< Y, T >::value…
/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.hpp270 typedef char tmp[ sp_convertible< Y, T >::value? 1: -1 ]; in sp_assert_convertible()