Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/optional/include/boost/optional/detail/
Doptional_aligned_storage.hpp48 T const* ptr_ref() const in ptr_ref() function in boost::optional_detail::aligned_storage
53 T * ptr_ref() in ptr_ref() function in boost::optional_detail::aligned_storage
59 T const* ptr_ref() const { return static_cast<T const*>(address()); } in ptr_ref() function in boost::optional_detail::aligned_storage
60 T * ptr_ref() { return static_cast<T *> (address()); } in ptr_ref() function in boost::optional_detail::aligned_storage