MCPcopy Create free account
hub / github.com/boostorg/leaf / empty

Function empty

include/boost/leaf/detail/optional.hpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 BOOST_LEAF_CONSTEXPR bool empty() const noexcept
89 {
90 return key_ == 0;
91 }
92
93 BOOST_LEAF_CONSTEXPR int key() const noexcept
94 {

Callers 2

optionalClass · 0.85
optional.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected