Searched refs:ptr_ref (Results 1 – 2 of 2) sorted by relevance
52 T const* ptr_ref() const in ptr_ref() function in boost::optional_detail::aligned_storage57 T * ptr_ref() in ptr_ref() function in boost::optional_detail::aligned_storage63 T const* ptr_ref() const { return static_cast<T const*>(address()); } in ptr_ref() function in boost::optional_detail::aligned_storage64 T * ptr_ref() { return static_cast<T *> (address()); } in ptr_ref() function in boost::optional_detail::aligned_storage67 T const& ref() const { return *ptr_ref(); } in ref()68 T & ref() { return *ptr_ref(); } in ref()
711 pointer_const_type get_ptr_impl() const { return m_storage.ptr_ref(); } in get_ptr_impl()712 pointer_type get_ptr_impl() { return m_storage.ptr_ref(); } in get_ptr_impl()717 void destroy_impl ( ) { m_storage.ptr_ref()->~T() ; m_initialized = false ; } in destroy_impl()