MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / optional

Function optional

extern/boost/boost/optional/optional.hpp:934–934  ·  view source on GitHub ↗

Creates an optional uninitialized. No-throw

Source from the content-addressed store, hash-verified

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

Callers 1

optional.hppFile · 0.70

Calls 6

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

Tested by

no test coverage detected