Slice Std :: Array CPP

std::copy(arr10.begin(), arr10.begin() + 5, arr5.begin());
Funny Fox