operator []

[] 연산자는 지정한 키에서 요소를 리턴합니다.

가시성
Public
시그니처
void* operator[](void* theKey) const
매개변수
theKey

가져올 요소의 키입니다.

리턴값

지정한 키에 있는 요소입니다.


피드백