MCPcopy Create free account
hub / github.com/apache/singa / CopyArray

Function CopyArray

test/gtest/gtest.h:7889–7889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7887// This generic version is used when k is 0.
7888template <typename T, typename U>
7889inline void CopyArray(const T& from, U* to) { *to = from; }
7890
7891// This overload is used when k >= 1.
7892template <typename T, typename U, size_t N>

Callers 1

InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected