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

Function main

example/not_equal.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12int main() {
13 static_assert(hana::not_equal(hana::make_tuple(1, 2), hana::make_tuple(3)), "");
14 static_assert(hana::not_equal('x', 'y'), "");
15 BOOST_HANA_CONSTANT_CHECK(hana::not_equal(hana::make_tuple(1, 2), 'y'));
16
17 static_assert(hana::all_of(hana::make_tuple(1, 2, 3), hana::not_equal.to(5)), "");
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected