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

Method reset

benchmarks/dlib/array/array_kernel.h:519–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517 typename mem_manager
518 >
519 void array<T,mem_manager>::
520 reset (
521 ) const
522 {
523 _at_start = true;
524 pos = 0;
525 }
526
527// ----------------------------------------------------------------------------------------
528

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected