Home
last modified time | relevance | path

Searched refs:is_rvalue_reference (Results 1 – 19 of 19) 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 Dis_rvalue_reference.hpp17 template <class T> struct is_rvalue_reference : public false_type {}; struct
19 template <class T> struct is_rvalue_reference<T&&> : public true_type {}; struct
H A Dis_reference.hpp24 ::boost::is_lvalue_reference<T>::value || ::boost::is_rvalue_reference<T>::value>
H A Dis_copy_constructible.hpp148 !boost::is_rvalue_reference<T>::value
/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.hpp499 struct is_rvalue_reference struct
505 struct is_rvalue_reference< T&& > struct
511 struct is_rvalue_reference< boost::rv<T>& > struct
515 struct is_rvalue_reference< const boost::rv<T>& > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp1615 typename boost::enable_if<boost::is_rvalue_reference<T&&> >::type convert_construct( in convert_construct()
1650 typename boost::enable_if<boost::is_rvalue_reference<Variant&&> >::type convert_construct( in convert_construct()
1692 …typename boost::enable_if<boost::is_rvalue_reference<Variant&&> >::type convert_construct_variant(… in convert_construct_variant()
1791 boost::is_rvalue_reference<T&&>, in variant()
2190 boost::is_rvalue_reference<T&&>,
/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/experimental/
H A Dtype_traits70 constexpr bool is_rvalue_reference_v = is_rvalue_reference<_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/experimental/
H A Dtype_traits70 constexpr bool is_rvalue_reference_v = is_rvalue_reference<_Tp>::value;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp70 !boost::is_lvalue_reference<To>::value || !boost::is_rvalue_reference<From>::value, in prevent_binding_rvalue_ref_to_optional_lvalue_ref()
/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/
H A Dtype_traits433 /// is_rvalue_reference
435 struct is_rvalue_reference
439 struct is_rvalue_reference<_Tp&&>
529 is_rvalue_reference<_Tp>>::type
3043 is_rvalue_reference<_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/
H A Dtype_traits433 /// is_rvalue_reference
435 struct is_rvalue_reference
439 struct is_rvalue_reference<_Tp&&>
529 is_rvalue_reference<_Tp>>::type
3043 is_rvalue_reference<_Tp>::value;
/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 Dunique_ptr.h150 static_assert( !is_rvalue_reference<_Dp>::value, 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 Dunique_ptr.h150 static_assert( !is_rvalue_reference<_Dp>::value, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp236 inline boost::is_rvalue_reference<T &&> *is_rvalue_(T &&, int) { return 0; } in is_rvalue_()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits42 template <class T> struct is_rvalue_reference;
247 = is_rvalue_reference<T>::value; // C++17
791 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : public false_type {};
793 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference<_Tp&&> : public true_type {};
813 = is_rvalue_reference<_Tp>::value;
H A Doptional377 || (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
H A Dmemory2407 static_assert(!is_rvalue_reference<deleter_type>::value,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits42 template <class T> struct is_rvalue_reference;
247 = is_rvalue_reference<T>::value; // C++17
791 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : public false_type {};
793 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference<_Tp&&> : public true_type {};
813 = is_rvalue_reference<_Tp>::value;
H A Doptional377 || (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
H A Dmemory2407 static_assert(!is_rvalue_reference<deleter_type>::value,