concurrent_vector::cend 메서드
동시 벡터의 끝 부분에 대한 형식 const_iterator의 반복기를 반환합니다. 이 메서드는 동시성이 보장됩니다.
const_iterator cend() const;
반환 값
동시 벡터의 끝 부분에 대한 형식 const_iterator의 반복기입니다.
요구 사항
헤더: concurrent_vector.h
네임스페이스: 동시성
동시 벡터의 끝 부분에 대한 형식 const_iterator의 반복기를 반환합니다. 이 메서드는 동시성이 보장됩니다.
const_iterator cend() const;
동시 벡터의 끝 부분에 대한 형식 const_iterator의 반복기입니다.
헤더: concurrent_vector.h
네임스페이스: 동시성