Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ get_ptr_impl
Method
get_ptr_impl
extern/boost/boost/optional/optional.hpp:770–770 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
768
reference_type get_impl() { return m_storage.ref() ; }
769
770
pointer_const_type get_ptr_impl() const { return m_storage.ptr_ref(); }
771
pointer_type get_ptr_impl() { return m_storage.ptr_ref(); }
772
773
private :
Callers
1
operator->
Function · 0.45
Calls
1
ptr_ref
Method · 0.80
Tested by
no test coverage detected