MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / get_impl

Method get_impl

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

Source from the content-addressed store, hash-verified

765 }
766
767 reference_const_type get_impl() const { return m_storage.ref() ; }
768 reference_type get_impl() { return m_storage.ref() ; }
769
770 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

no outgoing calls

Tested by

no test coverage detected