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

Method size

benchmarks/dlib/queue/queue_kernel_2.h:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420 typename mem_manager
421 >
422 size_t queue_kernel_2<T,block_size,mem_manager>::
423 size (
424 ) const
425 {
426 return queue_size;
427 }
428
429// ----------------------------------------------------------------------------------------
430

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected