System::Array::ConstrainedCopy 메서드

Array::ConstrainedCopy method

지정된 소스부터 시작하여 System.Array에서 요소 범위를 복사합니다.

template<typename SrcType,typename DstType> static void System::Array<T>::ConstrainedCopy(const ArrayPtr<SrcType> &srcArray, int64_t srcIndex, const ArrayPtr<DstType> &dstArray, int64_t dstIndex, int64_t count)
매개변수설명
SrcType소스 배열의 요소 유형
DstType대상 배열의 요소 유형
매개변수형식설명
srcArrayconst ArrayPtr<SrcType>&소스 배열
srcIndexint64_t복사할 항목 범위의 시작을 지정하는 소스 배열의 인덱스
dstArrayconst ArrayPtr<DstType>&대상 배열
dstIndexint64_t복사된 항목을 삽입하기 시작하는 대상 배열의 인덱스
countint64_t복사할 요소의 개수

비고

아무런 UNDONES도 없는 임시 원시 구현!

또 보기