Home
last modified time | relevance | path

Searched refs:is_void (Results 1 – 25 of 67) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_void.hpp17 struct is_void : public false_type {}; struct
19 template<> struct is_void<void> : public true_type {}; struct
20 template<> struct is_void<const void> : public true_type{}; struct
21 template<> struct is_void<const volatile void> : public true_type{}; struct
22 template<> struct is_void<volatile void> : public true_type{}; struct
H A Dhas_plus.hpp24 ::boost::is_void< Lhs_noptr >::value && \
30 ::boost::is_void< Rhs_noptr >::value && \
H A Dhas_minus.hpp25 ::boost::is_void< Lhs_noptr >::value && \
34 ::boost::is_void< Rhs_noptr >::value && \
H A Dhas_minus_assign.hpp25 ::boost::is_void< Lhs_noptr >::value && \
31 ::boost::is_void< Rhs_noptr >::value && \
H A Dhas_plus_assign.hpp24 ::boost::is_void< Lhs_noptr >::value && \
30 ::boost::is_void< Rhs_noptr >::value && \
H A Dis_fundamental.hpp21 … public integral_constant<bool, ::boost::is_arithmetic<T>::value || ::boost::is_void<T>::value> {};
H A Dadd_rvalue_reference.hpp51 <T, (is_void<T>::value == false && is_reference<T>::value == false) >::type type;
H A Dis_pod.hpp36 : public integral_constant<bool, ::boost::is_scalar<T>::value || ::boost::is_void<T>::value || BOOS…
H A Dis_class.hpp89 && ! ::boost::is_void<T>::value
H A Dintrinsics.hpp367 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_void<T>::value && !is_void<U>::value)
369 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible(T,U) || is_void<U>::value)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dquat_traits.hpp27 is_void struct
34 is_void<void> struct
44 …static bool const value=!is_quaternion_detail::is_void<typename quat_traits<T>::scalar_type>::valu…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dcomposite_pointer_type.hpp91 || boost::is_void<T2>::value
92 || boost::is_void<U2>::value
108 … boost::is_same<T2, U2>::value || boost::is_void<T2>::value || boost::is_base_of<T2, U2>::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dselect_calculation_type.hpp48 boost::is_void<CalculationType>,
69 boost::is_void<CalculationType>,
H A Dcalculation_type.hpp74 boost::is_void<CalculationType>,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dtype_traits98 /// is_void
100 struct is_void
264 || is_void<_Tp>::value)>
272 || is_void<_Tp>::value)>
504 : public integral_constant<bool, __is_pod(_Tp) || is_void<_Tp>::value>
616 bool = (is_void<_From>::value || is_void<_To>::value
631 { static const bool __value = (is_void<_To>::value
633 && !is_void<_From>::value)); };
651 template<typename _Tp, bool = (is_void<_Tp>::value
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dtype_traits98 /// is_void
100 struct is_void
264 || is_void<_Tp>::value)>
272 || is_void<_Tp>::value)>
504 : public integral_constant<bool, __is_pod(_Tp) || is_void<_Tp>::value>
616 bool = (is_void<_From>::value || is_void<_To>::value
631 { static const bool __value = (is_void<_To>::value
633 && !is_void<_From>::value)); };
651 template<typename _Tp, bool = (is_void<_Tp>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/
H A Dazimuth.hpp46 boost::is_void<CalculationType>, T, CalculationType in apply()
65 boost::is_void<CalculationType>, T, CalculationType in apply()
H A Darea.hpp51 boost::is_void<CalculationType>::type::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/geographic/
H A Dazimuth.hpp62 boost::is_void<CalculationType>, T, CalculationType in apply()
81 boost::is_void<CalculationType>, T, CalculationType in apply()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dinvoke.h120 __and_<is_void<_Res>, __is_invocable<_Callable, _Args...>>::value, in _GLIBCXX_VISIBILITY()
126 __and_<__not_<is_void<_Res>>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dinvoke.h120 __and_<is_void<_Res>, __is_invocable<_Callable, _Args...>>::value, in _GLIBCXX_VISIBILITY()
126 __and_<__not_<is_void<_Res>>, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp224 ::boost::move_detail::is_void<T>::value ||\
228 (::boost::move_detail::is_scalar<T>::value || ::boost::move_detail::is_void<T>::value)
504 struct is_void struct
580 is_void<T>::value ||
658 !is_void<T>::value &&
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvisitor_ptr.hpp101 typedef typename is_void<result_type>::type has_void_result; in BOOST_VARIANT_AUX_GENERIC_RESULT_TYPE()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Darea_surveyor.hpp66 boost::is_void<CalculationType>::type::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp243 typedef typename mpl::if_c<(is_void<R>::value),
264 typedef typename mpl::if_c<(is_void<R>::value),
285 typedef typename mpl::if_c<(is_void<R>::value),
308 typedef typename mpl::if_c<(is_void<R>::value),

123