Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ has_value
Function
has_value
src/include/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
5
expected.hpp
File · 0.85
emplace
Function · 0.85
operator->
Function · 0.85
reset
Method · 0.85
base
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected