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

Function makeFunctionOutputIterator

source/core/StarAlgorithm.hpp:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384
385template <typename UnaryFunction>
386FunctionOutputIterator<UnaryFunction> makeFunctionOutputIterator(UnaryFunction f) {
387 return FunctionOutputIterator<UnaryFunction>(std::move(f));
388}
389
390// Wraps a nullary function to produce an input iterator
391template <typename NullaryFunction>

Callers 2

writeVlqUMethod · 0.85
writeVlqIMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected