Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ main
Function
main
test/string/zero.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::zero<hana::string_tag>(),
15
BOOST_HANA_STRING(
""
)
16
));
17
}
Callers
nothing calls this directly
Calls
1
equal
Class · 0.50
Tested by
no test coverage detected