concurrent_queue::unsafe_begin 메서드
동시 큐의 시작 부분에 대한 형식 iterator 또는 const_iterator의 반복기를 반환합니다. 이 메서드는 동시성이 보장되지 않습니다.
iterator unsafe_begin();
const_iterator unsafe_begin() const;
반환 값
동시 큐 개체의 시작 부분에 대한 형식 iterator 또는 const_iterator의 반복기입니다.
설명
concurrent_queue 클래스에 대한 반복기는 주로 디버깅을 위한 것이므로 느리기 때문에 다른 큐 작업에 관해 반복은 동시성이 보장되지 않습니다.
요구 사항
헤더: concurrent_queue.h
네임스페이스: 동시성