Searched defs:ptr_traits_rebind_to (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/core/ |
| H A D | pointer_traits.hpp | 147 struct ptr_traits_rebind_to<T<U, Args...>, V> { struct 148 typedef T<V, Args...> type; 152 struct ptr_traits_rebind_to<T<U>, V> { struct 153 typedef T<V> type; 157 struct ptr_traits_rebind_to<T<U1, U2>, V> { struct 158 typedef T<V, U2> type; 163 struct ptr_traits_rebind_to<T<U1, U2, U3>, V> { struct 164 typedef T<V, U2, U3> type;
|