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

Method current_element_valid

benchmarks/dlib/array/array_kernel.h:533–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 typename mem_manager
532 >
533 bool array<T,mem_manager>::
534 current_element_valid (
535 ) const
536 {
537 return pos != 0;
538 }
539
540// ----------------------------------------------------------------------------------------
541

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected