MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / optional_base

Function optional_base

include/win/boost/optional/optional.hpp:239–241  ·  view source on GitHub ↗

Creates an optional uninitialized. No-throw

Source from the content-addressed store, hash-verified

237 // Creates an optional<T> uninitialized.
238 // No-throw
239 optional_base()
240 :
241 m_initialized(false) {}
242
243 // Creates an optional<T> uninitialized.
244 // No-throw

Callers

nothing calls this directly

Calls 4

get_implMethod · 0.80
constructFunction · 0.70
moveFunction · 0.50
is_initializedMethod · 0.45

Tested by

no test coverage detected