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

Function copy

source/core/StarAlgorithm.hpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276template <typename T>
277T copy(T c) {
278 return c;
279}
280
281template <typename Container>
282typename Container::value_type sum(Container const& cont) {

Callers 8

copyMethod · 0.70
baseNameMethod · 0.70
dirNameMethod · 0.70
backupFileInSequenceMethod · 0.70
RangeIteratorMethod · 0.70
RangeIteratorClass · 0.70
ArrayMethod · 0.70
StarArray.hppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected