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

Function get_impl

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

Source from the content-addressed store, hash-verified

442 unspecified_bool_type safe_bool() const { return m_initialized ? &this_type::is_initialized : 0 ; }
443
444 reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() ) ; }
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() ) ; }

Callers 1

assign_valueFunction · 0.70

Calls 2

dereferenceFunction · 0.85
get_objectFunction · 0.85

Tested by

no test coverage detected