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

Function makeFunctionInputIterator

source/core/StarAlgorithm.hpp:422–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421template <typename NullaryFunction>
422FunctionInputIterator<NullaryFunction> makeFunctionInputIterator(NullaryFunction f) {
423 return FunctionInputIterator<NullaryFunction>(std::move(f));
424}
425
426template <typename Iterable>
427struct ReverseWrapper {

Callers 2

readVlqUMethod · 0.85
readVlqIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected