Searched defs:get_ptr_impl (Results 1 – 3 of 3) sorted by relevance
492 pointer_const_type get_ptr_impl() const { return boost::addressof(m_storage); } in get_ptr_impl() function in tc_optional_base493 pointer_type get_ptr_impl() { return boost::addressof(m_storage); } in get_ptr_impl() function in tc_optional_base
593 …pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl() function in boost::optional_detail::optional_base594 …pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl() function in boost::optional_detail::optional_base
763 pointer_const_type get_ptr_impl() const { return m_storage.ptr_ref(); } in get_ptr_impl() function in boost::optional_detail::optional_base764 pointer_type get_ptr_impl() { return m_storage.ptr_ref(); } in get_ptr_impl() function in boost::optional_detail::optional_base