MCPcopy Create free account
hub / github.com/codeinred/tuplet / Vals

Class Vals

test/test_conversion.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21TEST_CASE("Tuple conversion to struct", "[core][conversion]") {
22 using namespace tuplet::literals;
23 struct Vals {
24 int a;
25 int b;
26 std::string c;
27 };
28
29 auto tup1 = tuplet::tuple {1, 2, std::string("Hello, world!")};
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected