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

Method remove_any

benchmarks/dlib/stack/stack_kernel_1.h:491–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489 typename mem_manager
490 >
491 void stack_kernel_1<T,mem_manager>::
492 remove_any (
493 T& item
494 )
495 {
496 pop(item);
497 }
498
499// ----------------------------------------------------------------------------------------
500

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected