MCPcopy Create free account
hub / github.com/boostorg/parser / tuple

Function tuple

test/parser_seq_permutations_2.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace make {
17 template<typename... Ts>
18 auto tuple(Ts &&... xs)
19 {
20 return bp::tuple<Ts...>((Ts &&) xs...);
21 }
22}
23
24/*

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected