다음을 통해 공유


concurrent_vector::swap 메서드

두 개의 동시 벡터 내용을 바꿉니다. 이 메서드는 동시성이 보장되지 않습니다.

void swap(
   concurrent_vector &_Vector
);

매개 변수

  • _Vector
    내용을 바꿀 concurrent_vector 개체입니다.

요구 사항

헤더: concurrent_vector.h

네임스페이스: 동시성

참고 항목

기타 리소스

concurrent_vector 클래스