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

Function tupleCallFunction

source/core/StarAlgorithm.hpp:542–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

540
541template <typename Tuple, typename Function>
542void tupleCallFunction(Tuple&& t, Function&& function) {
543 tupleCallFunctionExpander<Tuple, Function>(std::forward<Tuple>(t), std::forward<Function>(function), std::forward<Tuple>(t));
544}
545
546// Get a subset of a tuple
547

Callers 2

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68