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

Function get_ptr_impl

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

Source from the content-addressed store, hash-verified

711 reference_type get_impl() { return dereference(get_object(), is_reference_predicate() ) ; }
712
713 pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() ) ; }
714 pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() ) ; }
715
716 private :

Callers 2

get_ptrFunction · 0.85
destroy_implFunction · 0.85

Calls 2

cast_ptrFunction · 0.85
get_objectFunction · 0.85

Tested by

no test coverage detected