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

Function get_ptr

include/win/boost/optional/optional.hpp:465–465  ·  view source on GitHub ↗

Returns a pointer to the value if this is initialized, otherwise, returns NULL. No-throw

Source from the content-addressed store, hash-verified

463 // returns NULL.
464 // No-throw
465 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; }
466 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; }
467
468 bool is_initialized() const { return m_initialized ; }

Callers 2

vector_iterator_get_ptrFunction · 0.50
get_value_traitsMethod · 0.50

Calls 1

get_ptr_implFunction · 0.85

Tested by

no test coverage detected