MCPcopy Create free account
hub / github.com/deweylab/RSEM / optional_base

Function optional_base

boost/optional/optional.hpp:214–216  ·  view source on GitHub ↗

Creates an optional uninitialized. No-throw

Source from the content-addressed store, hash-verified

212 // Creates an optional<T> uninitialized.
213 // No-throw
214 optional_base()
215 :
216 m_initialized(false) {}
217
218 // Creates an optional<T> uninitialized.
219 // No-throw

Callers

nothing calls this directly

Calls 1

constructFunction · 0.85

Tested by

no test coverage detected