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

Function main

example/misc/lambda_tuple.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241int main() {
242 auto xs = lambda_tuple(1, '2', 3.3);
243 static_assert(!decltype(hana::is_empty(xs))::value, "");
244}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected