deque
美
英 
例句
When a task forks a new thread, it pushes it onto the head of its own deque.
當一個任務劃分一個新線程時,它將自己推到deque的頭部。
In the event the thread's task queue is empty, it then tries to steal another task off the tail of another thread's deque.
當線程的任務隊列為空,它將嘗試從另一個線程的deque的尾部竊取另一個任務。
Nine collections are implemented in STL by using map, multimap, list, vector, deque, and set.
上生成,通過使用映射、多重映射、列表、向量、雙端隊列和集在STL中實現了九個集合。