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

Method size

benchmarks/dlib/array/array_kernel.h:407–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405 typename mem_manager
406 >
407 size_t array<T,mem_manager>::
408 size (
409 ) const
410 {
411 return array_size;
412 }
413
414// ----------------------------------------------------------------------------------------
415

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected