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

Method optional

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

Creates an optional uninitialized. No-throw

Source from the content-addressed store, hash-verified

784 // Creates an optional<T> uninitialized.
785 // No-throw
786 optional() BOOST_NOEXCEPT : base() {}
787
788 // Creates an optional<T> uninitialized.
789 // No-throw

Callers

nothing calls this directly

Calls 5

moveFunction · 0.50
addressofFunction · 0.50
is_initializedMethod · 0.45
constructMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected