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

Function zipIterator

source/core/StarPythonic.hpp:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275template <typename Container>
276typename zipIteratorReturn<Container>::type zipIterator(Container& container) {
277 return makeZipWrapperIterator(container.begin(), container.end());
278}
279
280template <typename Container, typename... Rest>
281typename zipIteratorReturn<Container, Rest...>::type zipIterator(Container& container, Rest&... rest) {

Callers 1

zipFunction · 0.85

Calls 4

makeZipWrapperIteratorFunction · 0.85
makeZipTupleIteratorFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected