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

Function finally

source/core/StarAlgorithm.hpp:479–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477
478template <typename Functor>
479FinallyGuard<typename std::decay<Functor>::type> finally(Functor&& f) {
480 return FinallyGuard<Functor>(std::forward<Functor>(f));
481}
482
483// Generates compile time sequences of indexes from MinIndex to MaxIndex
484

Callers 5

generateMethod · 0.85
reserveMethod · 0.85
TESTFunction · 0.85
testBTreeDatabaseFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.68
testBTreeDatabaseFunction · 0.68
TESTFunction · 0.68