MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / has_value

Function has_value

crates/cpp/test_headers/expected.hpp:1981–1981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1979 }
1980
1981 constexpr bool has_value() const noexcept { return this->m_has_val; }
1982 constexpr explicit operator bool() const noexcept { return this->m_has_val; }
1983
1984 template <class U = T,

Callers 3

expected.hppFile · 0.85
emplaceFunction · 0.85
operator->Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected