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

Method at_start

benchmarks/dlib/queue/queue_kernel_1.h:392–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 typename mem_manager
391 >
392 bool queue_kernel_1<T,mem_manager>::
393 at_start (
394 ) const
395 {
396 return at_start_;
397 }
398
399// ----------------------------------------------------------------------------------------
400

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected