MCPcopy Create free account
hub / github.com/ablab/spades / optional_base

Method optional_base

ext/include/boost/optional/optional.hpp:148–150  ·  view source on GitHub ↗

Creates an optional uninitialized. No-throw

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

constructFunction · 0.85
is_initializedMethod · 0.45
get_implMethod · 0.45

Tested by

no test coverage detected