MCPcopy Create free account
hub / github.com/deweylab/RSEM / get_ptr_impl

Function get_ptr_impl

boost/optional/optional.hpp:447–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445 reference_type get_impl() { return dereference(get_object(), is_reference_predicate() ) ; }
446
447 pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() ) ; }
448 pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() ) ; }
449
450 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