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

Function zip_impl

include/boost/parser/detail/hl.hpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326 template<std::size_t... I, typename... Tuples>
327 constexpr auto zip_impl(std::index_sequence<I...>, Tuples const &... ts)
328 {
329 return hl::make_tuple(hl::make_zip_elem<I>(ts...)...);
330 }
331
332 template<typename T>
333 struct tuplesize;

Callers 1

zipFunction · 0.85

Calls 1

make_tupleFunction · 0.85

Tested by

no test coverage detected