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

Method ~stack_kernel_1

benchmarks/dlib/stack/stack_kernel_1.h:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 typename mem_manager
202 >
203 stack_kernel_1<T,mem_manager>::
204 ~stack_kernel_1(
205 )
206 {
207 delete_elements_in_stack(top);
208 }
209
210// ----------------------------------------------------------------------------------------
211

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected