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

Function has_value

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

Source from the content-addressed store, hash-verified

1505#endif
1506
1507 bool has_value() const BOOST_NOEXCEPT { return this->is_initialized() ; }
1508
1509 bool operator!() const BOOST_NOEXCEPT { return !this->is_initialized() ; }
1510

Callers 1

Calls 1

is_initializedMethod · 0.45

Tested by

no test coverage detected