Searched refs:cast_ptr (Results 1 – 1 of 1) sorted by relevance
594 …pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl()595 …pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl()634 pointer_const_type cast_ptr( internal_type const* p, is_not_reference_tag ) const { return p ; } in cast_ptr() function in boost::optional_detail::optional_base635 pointer_type cast_ptr( internal_type * p, is_not_reference_tag ) { return p ; } in cast_ptr() function in boost::optional_detail::optional_base636 …pointer_const_type cast_ptr( internal_type const* p, is_reference_tag ) const { return &p->get… in cast_ptr() function in boost::optional_detail::optional_base637 …pointer_type cast_ptr( internal_type * p, is_reference_tag ) { return &p->get… in cast_ptr() function in boost::optional_detail::optional_base