MCPcopy 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
18template <int i>
19auto val() { return hana::test::ct_eq<-i>{}; }
20
21template <int i, int j>
22auto p() { return ::minimal_product(key<i>(), val<j>()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected