MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / remove_any

Method remove_any

benchmarks/dlib/queue/queue_kernel_2.h:560–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558 typename mem_manager
559 >
560 void queue_kernel_2<T,block_size,mem_manager>::
561 remove_any (
562 T& item
563 )
564 {
565 dequeue(item);
566 }
567
568// ----------------------------------------------------------------------------------------
569// ----------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected