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

Function get_impl

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

Source from the content-addressed store, hash-verified

708 }
709
710 reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() ) ; }
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() ) ; }

Calls 2

get_objectFunction · 0.85
dereferenceFunction · 0.70

Tested by

no test coverage detected