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

Function main

example/string/comparable.cpp:12–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12int main() {
13 BOOST_HANA_CONSTANT_CHECK(
14 BOOST_HANA_STRING("abcdef") == BOOST_HANA_STRING("abcdef")
15 );
16
17 BOOST_HANA_CONSTANT_CHECK(
18 BOOST_HANA_STRING("abcdef") != BOOST_HANA_STRING("abef")
19 );
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected