Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_base
Method · 0.45
BOOST_NOEXCEPT_IF
Method · 0.45
assign
Method · 0.45
get
Function · 0.45
Calls
1
ref
Method · 0.80
Tested by
no test coverage detected