| 286 | |
| 287 | template<class MaybeConstPointer> |
| 288 | typename container_detail::vector_get_ptr_pointer_to_non_const<MaybeConstPointer>::return_type |
| 289 | vector_iterator_get_ptr(const MaybeConstPointer &ptr) BOOST_NOEXCEPT_OR_NOTHROW |
| 290 | { |
| 291 | return container_detail::vector_get_ptr_pointer_to_non_const<MaybeConstPointer>::get_ptr(ptr); |
| 292 | } |
| 293 | |
| 294 | namespace container_detail { |
| 295 |
no test coverage detected