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

Method cbegin

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

Source from the content-addressed store, hash-verified

75 iterator begin() { return elems; }
76 const_iterator begin() const { return elems; }
77 const_iterator cbegin() const { return elems; }
78
79 iterator end() { return elems+N; }
80 const_iterator end() const { return elems+N; }

Callers 6

printTestsFunction · 0.45
getAllTestNamesMethod · 0.45
runMethod · 0.45
runBenchmarkFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

printTestsFunction · 0.36
getAllTestNamesMethod · 0.36
runMethod · 0.36