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 D | sp_convertible.hpp | 41 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 D | shared_ptr.hpp | 270 typedef char tmp[ sp_convertible< Y, T >::value? 1: -1 ]; in sp_assert_convertible()
|