Home
last modified time | relevance | path

Searched defs:ptr_ref (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/optional/detail/
H A Doptional_aligned_storage.hpp52 T const* ptr_ref() const in ptr_ref() function in boost::optional_detail::aligned_storage
57 T * ptr_ref() in ptr_ref() function in boost::optional_detail::aligned_storage
63 T const* ptr_ref() const { return static_cast<T const*>(address()); } in ptr_ref() function in boost::optional_detail::aligned_storage
64 T * ptr_ref() { return static_cast<T *> (address()); } in ptr_ref() function in boost::optional_detail::aligned_storage