Home
last modified time | relevance | path

Searched refs:unwrap_reference (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dref.hpp239 template<typename T> struct unwrap_reference struct
247 template<typename T> struct unwrap_reference< reference_wrapper<T> > struct
254 template<typename T> struct unwrap_reference< reference_wrapper<T> const > struct
259 template<typename T> struct unwrap_reference< reference_wrapper<T> volatile > struct
264 template<typename T> struct unwrap_reference< reference_wrapper<T> const volatile > struct
281 template<class T> BOOST_FORCEINLINE typename unwrap_reference<T>::type& unwrap_ref( T & t ) in unwrap_ref()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dwrap_unwrap.hpp36 : unwrap_reference<T>
43 unwrap_reference<T>,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfunctional71 template <class T> struct unwrap_reference; // since C++20
72 template <class T> struct unwrap_ref_decay : unwrap_reference<decay_t<T>> { }; // since C++20
73 template <class T> using unwrap_reference_t = typename unwrap_reference<T>::type; // since C++20
2950 using unwrap_reference_t = typename unwrap_reference<_Tp>::type;
H A Dutility647 struct unwrap_reference : __unwrap_reference<_Tp> { };
650 struct unwrap_ref_decay : unwrap_reference<typename decay<_Tp>::type> { };
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfunctional71 template <class T> struct unwrap_reference; // since C++20
72 template <class T> struct unwrap_ref_decay : unwrap_reference<decay_t<T>> { }; // since C++20
73 template <class T> using unwrap_reference_t = typename unwrap_reference<T>::type; // since C++20
2950 using unwrap_reference_t = typename unwrap_reference<_Tp>::type;
H A Dutility647 struct unwrap_reference : __unwrap_reference<_Tp> { };
650 struct unwrap_ref_decay : unwrap_reference<typename decay<_Tp>::type> { };
/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_traits3249 struct unwrap_reference { using type = _Tp; };
3252 struct unwrap_reference<reference_wrapper<_Tp>> { using type = _Tp&; };
3255 using unwrap_reference_t = typename unwrap_reference<_Tp>::type;
/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_traits3249 struct unwrap_reference { using type = _Tp; };
3252 struct unwrap_reference<reference_wrapper<_Tp>> { using type = _Tp&; };
3255 using unwrap_reference_t = typename unwrap_reference<_Tp>::type;