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

Function main

example/string/macro.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13int main() {
14 BOOST_HANA_CONSTEXPR_LAMBDA auto str = BOOST_HANA_STRING("abcdef");
15 BOOST_HANA_CONSTANT_CHECK(str == hana::string_c<'a', 'b', 'c', 'd', 'e', 'f'>);
16 BOOST_HANA_CONSTANT_CHECK(hana::is_a<hana::string_tag>(str));
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected