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

Method front

benchmarks/boost/array.hpp:138–141  ·  view source on GitHub ↗

front() and back()

Source from the content-addressed store, hash-verified

136
137 // front() and back()
138 reference front()
139 {
140 return elems[0];
141 }
142
143 const_reference front() const
144 {

Callers 1

try_dequeueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected