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

Method reset

benchmarks/dlib/queue/queue_kernel_1.h:418–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416 typename mem_manager
417 >
418 void queue_kernel_1<T,mem_manager>::
419 reset (
420 ) const
421 {
422 at_start_ = true;
423 current_element = 0;
424 }
425
426// ----------------------------------------------------------------------------------------
427

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected