Graphisoft®

GSRootVersion: 1.0

ArrayFB<Type, BufferCapacity>::ArrayFB

ArrayFB 생성자입니다.

ArrayFB ();
ArrayFB (const Array< Type > & source);
ArrayFB (const RandomContainer< Type > & source);
ArrayFB (const Container< Type > & source);

파라미터

source

설명

BufferCapacity 템플릿 파라미터에 의해 지정된 용량을 가진 내부 빌트-인 버퍼를 사용하여 처음에 새로운 ArrayFB를 생성합니다. 내부 버퍼는 용량이 초과하기 전까지 사용될 것입니다. 만약 용량이 초과하게 된다면 힙에 새로운 (더 큰) 버퍼가 할당될 것입니다.