Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ main
Function
main
test/optional/empty.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
int main() {
13
BOOST_HANA_CONSTANT_CHECK(hana::equal(
14
hana::empty<hana::optional_tag>(),
15
hana::nothing
16
));
17
}
Callers
nothing calls this directly
Calls
1
equal
Class · 0.50
Tested by
no test coverage detected