AssociativeContainer<IndexType, ItemType>::ContainsKey
bool ContainsKey (const IndexType & idx) const;
파라미터
- idx
연관 컨테이너에서 검사할 인덱스입니다.
리턴 값
값
의미
true
지정한 인덱스를 찾았습니다.
false
지정한 인덱스를 찾지 못했습니다.