Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils.hpp135 template< class T > struct remove_pointer { typedef T type; }; struct
136 template< class T > struct remove_pointer<T*> { typedef T type; }; struct
137 template< class T > struct remove_pointer<T* const> { typedef T type; }; struct
138 template< class T > struct remove_pointer<T* volatile> { typedef T type; }; argument
139 template< class T > struct remove_pointer<T* const volatile> { typedef T type; }; argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgimple.h41 template<typename T> struct remove_pointer { typedef T type; }; struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgimple.h41 template<typename T> struct remove_pointer { typedef T type; }; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dremove_pointer.hpp63 template <class T> struct remove_pointer{ typedef typename boost::detail::remove_pointer_imp2<T>::t… argument