다음을 통해 공유


<array>

컨테이너 템플릿 클래스 array 및 몇 가지 지원하는 템플릿을 정의합니다.

#include <array>

클래스

array

Stores a fixed-length sequence of elements.

tuple_element

Wraps the type of an array element.

tuple_size

Wraps the size of an array element.

연산자

operator==

array comparison, equal

operator!=

array comparison, not equal

함수입니다.<

array comparison, less than

operator>=

array comparison, greater than or equal

함수입니다.>

array comparison, greater than

operator<=

array comparison, less than or equal

함수

get

Get specified array element.

스왑

Exchanges the contents of one array with the contents of another array.

참고 항목

참조

<tuple>

기타 리소스

C++ 표준 라이브러리 헤더 파일