Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/hana
/ val
Function
val
test/map/intersection.cpp:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
template <int i>
19
auto val() { return hana::test::ct_eq<-i>{}; }
20
21
template <int i, int j>
22
auto p() { return ::minimal_product(key<i>(), val<j>()); }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected