concurrent_vector::max_size 메서드

동시 벡터가 저장할 수 있는 요소의 최대 수를 반환합니다.이 메서드는 동시성이 보장됩니다.

size_type max_size() const;

반환 값

concurrent_vector 개체가 저장할 수 있는 요소의 최대 수입니다.

요구 사항

헤더: concurrent_vector.h

네임 스페이스: 동시성

참고 항목

참조

concurrent_vector 클래스