MCPcopy Create free account
hub / github.com/ablab/spades / get_impl

Method get_impl

ext/include/boost/optional/optional.hpp:768–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766 }
767
768 reference_const_type get_impl() const { return m_storage.ref() ; }
769 reference_type get_impl() { return m_storage.ref() ; }
770
771 pointer_const_type get_ptr_impl() const { return m_storage.ptr_ref(); }

Callers 4

optional_baseMethod · 0.45
BOOST_NOEXCEPT_IFMethod · 0.45
assignMethod · 0.45
getFunction · 0.45

Calls 1

refMethod · 0.80

Tested by

no test coverage detected