There is a lot of discussion on the comparison between std::copy and memcpy_s in terms of efficiency in copying one array to another. I\'d like to
std::copy
memcpy_s