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