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

Method begin

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

iterator support

Source from the content-addressed store, hash-verified

73
74 // iterator support
75 iterator begin() { return elems; }
76 const_iterator begin() const { return elems; }
77 const_iterator cbegin() const { return elems; }
78

Callers 6

runBenchmarkFunction · 0.45
arrayClass · 0.45
operator==Function · 0.45
operator<Function · 0.45
hash_valueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected