MCPcopy Create free account
hub / github.com/Gecode/gecode / copy

Method copy

gecode/support/heap.hpp:582–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580
581 template<class T>
582 forceinline T*
583 Heap::copy(T* d, const T* s, long unsigned int n) {
584 for (long unsigned int i=0U; i<n; i++)
585 d[i]=s[i];
586 return d;
587 }
588 template<class T>
589 forceinline T*
590 Heap::copy(T* d, const T* s, long int n) {

Callers 1

dynamic-array.hppFile · 0.45

Calls 1

memcpyMethod · 0.80

Tested by

no test coverage detected