MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / makeZipTupleIterator

Function makeZipTupleIterator

source/core/StarPythonic.hpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259};
260template <typename HeadIteratorT, typename TailIteratorT>
261ZipTupleIterator<HeadIteratorT, TailIteratorT> makeZipTupleIterator(HeadIteratorT head, TailIteratorT tail) {
262 return ZipTupleIterator<HeadIteratorT, TailIteratorT>(head, tail);
263}
264
265template <typename Container, typename... Rest>
266struct zipIteratorReturn {

Callers 1

zipIteratorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected