MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / CopyArray

Function CopyArray

tests/gtest/gtest.h:7487–7487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7485// This generic version is used when k is 0.
7486template <typename T, typename U>
7487inline void CopyArray(const T& from, U* to) { *to = from; }
7488
7489// This overload is used when k >= 1.
7490template <typename T, typename U, size_t N>

Callers 1

InitCopyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected