Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ is_initialized
Method
is_initialized
extern/boost/boost/optional/optional.hpp:403–403 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; }
402
403
bool is_initialized() const BOOST_NOEXCEPT { return m_initialized ; }
404
405
protected :
406
Callers
14
optional_base
Method · 0.45
BOOST_NOEXCEPT_IF
Method · 0.45
assign
Method · 0.45
construct
Method · 0.45
optional
Function · 0.45
get
Function · 0.45
get_value_or
Function · 0.45
operator->
Function · 0.45
value
Function · 0.45
value_or
Function · 0.45
value_or_eval
Function · 0.45
has_value
Function · 0.45
Calls
no outgoing calls
Tested by
1
_
Method · 0.36