MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / MemkindArray

Method MemkindArray

src/Initializer/MemoryAllocator.h:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205class MemkindArray {
206 public:
207 MemkindArray(MemkindArray<T>&& source) = default;
208 MemkindArray(const MemkindArray<T>& source) : MemkindArray(source, source.memkind) {}
209
210 auto operator=(const MemkindArray<T>& source) -> MemkindArray& {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected