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

Method size

benchmarks/dlib/queue/queue_kernel_1.h:405–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403 typename mem_manager
404 >
405 size_t queue_kernel_1<T,mem_manager>::
406 size (
407 ) const
408 {
409 return queue_size;
410 }
411
412// ----------------------------------------------------------------------------------------
413

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected