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

Function main

example/insert.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16
17int main() {
18 auto xs = hana::make_tuple("Hello"s, "world!"s);
19
20 BOOST_HANA_RUNTIME_CHECK(
21 hana::insert(xs, 1_c, " "s) == hana::make_tuple("Hello"s, " "s, "world!"s)
22 );
23}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected