MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / ~queue_kernel_1

Method ~queue_kernel_1

benchmarks/dlib/queue/queue_kernel_1.h:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202 typename mem_manager
203 >
204 queue_kernel_1<T,mem_manager>::
205 ~queue_kernel_1 (
206 )
207 {
208 delete_nodes(out,queue_size);
209 }
210
211// ----------------------------------------------------------------------------------------
212

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected