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

Method optional_base

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

Creates an optional uninitialized. No-throw

Source from the content-addressed store, hash-verified

145 // Creates an optional<T> uninitialized.
146 // No-throw
147 optional_base()
148 :
149 m_initialized(false) {}
150
151 // Creates an optional<T> uninitialized.
152 // No-throw

Callers

nothing calls this directly

Calls 4

constructFunction · 0.85
moveFunction · 0.50
is_initializedMethod · 0.45
get_implMethod · 0.45

Tested by

no test coverage detected