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

Method reset

benchmarks/dlib/queue/queue_kernel_2.h:450–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 typename mem_manager
449 >
450 void queue_kernel_2<T,block_size,mem_manager>::
451 reset (
452 ) const
453 {
454 at_start_ = true;
455 current_element = 0;
456 }
457
458// ----------------------------------------------------------------------------------------
459

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected