Home
last modified time | relevance | path

Searched refs:is_reference_to_pointer (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/detail/
H A Dindirect_traits.hpp145 struct is_reference_to_pointer : mpl::false_ struct
150 struct is_reference_to_pointer<T*&> : mpl::true_ struct
155 struct is_reference_to_pointer<T* const&> : mpl::true_ struct
160 struct is_reference_to_pointer<T* volatile&> : mpl::true_ struct
165 struct is_reference_to_pointer<T* const volatile&> : mpl::true_ struct