MCPcopy Create free account
hub / github.com/boostorg/hana / main

Function main

test/optional/lift.cpp:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15int main() {
16 BOOST_HANA_CONSTANT_CHECK(hana::equal(
17 hana::lift<hana::optional_tag>(ct_eq<3>{}),
18 hana::just(ct_eq<3>{})
19 ));
20}

Callers

nothing calls this directly

Calls 1

equalClass · 0.50

Tested by

no test coverage detected