Home
last modified time | relevance | path

Searched defs:common_type (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dcommon_type.hpp32 template<class... T> struct common_type struct
48 struct common_type<T1, T2, T...>: type_traits_detail::mp_defer<type_traits_detail::common_type_fold… struct
55 struct common_type<T1, T2, T...>: common_type<typename common_type<T1, T2>::type, T...> struct
76 template<class T> struct common_type<T>: boost::decay<T> struct
139 template<class T1, class T2> struct common_type<T1, T2>: type_traits_detail::common_type_decay_help… struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp747 … typedef typename common_type<typename make_unsigned<T>::type, local_limb_type>::type common_type; in check_in_range() typedef
757 typedef typename common_type<T, local_limb_type>::type common_type; in check_in_range() typedef
890 typedef typename common_type<T, local_limb_type>::type common_type; in check_in_range() typedef
898 typedef typename common_type<T, local_limb_type>::type common_type; in check_in_range() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dmisc.hpp549 …typedef typename common_type<R, typename cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, … in eval_convert_to() typedef
583 …typedef typename common_type<R, typename cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, … in eval_convert_to() typedef