MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / vector_iterator_get_ptr

Function vector_iterator_get_ptr

include/win/boost/container/vector.hpp:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286
287template<class MaybeConstPointer>
288typename 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
294namespace container_detail {
295

Callers 8

vectorClass · 0.85
index_ofMethod · 0.85
emplaceMethod · 0.85
insertMethod · 0.85
insertFunction · 0.85
eraseFunction · 0.85
priv_insertFunction · 0.85
insert_uniqueMethod · 0.85

Calls 1

get_ptrFunction · 0.50

Tested by

no test coverage detected