Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ main
Function
main
example/optional/value_or.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
static_assert(hana::nothing.value_or(
'x'
) ==
'x'
,
""
);
12
13
int main() { }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected