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

Function optional

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

Creates an optional uninitialized. No-throw

Source from the content-addressed store, hash-verified

933 // Creates an optional<T> uninitialized.
934 // No-throw
935 optional( none_t none_ ) BOOST_NOEXCEPT : base(none_) {}
936
937 // Creates an optional<T> initialized with 'val'.
938 // Can throw if T::T(T const&) does

Callers 1

optional.hppFile · 0.70

Calls 5

init_value_tagClass · 0.85
addressofFunction · 0.50
is_initializedMethod · 0.45
constructMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected