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

Function swallow

source/core/StarAlgorithm.hpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37template <typename Func>
38SwallowReturn<Func> swallow(Func f) {
39 return SwallowReturn<Func>{std::move(f)};
40}
41
42struct Empty {
43 bool operator==(Empty const) const {

Callers 1

fullyLoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected