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

Method remove_any

benchmarks/dlib/queue/queue_kernel_1.h:515–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 typename mem_manager
514 >
515 void queue_kernel_1<T,mem_manager>::
516 remove_any (
517 T& item
518 )
519 {
520 dequeue(item);
521 }
522
523// ----------------------------------------------------------------------------------------
524// ----------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected