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

Method at_start

benchmarks/dlib/queue/queue_kernel_2.h:436–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 typename mem_manager
435 >
436 bool queue_kernel_2<T,block_size,mem_manager>::
437 at_start (
438 ) const
439 {
440 return at_start_;
441 }
442
443// ----------------------------------------------------------------------------------------
444

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected