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

Function cbegin

benchmarks/tbb/concurrent_vector.h:957–957  ·  view source on GitHub ↗

start const iterator

Source from the content-addressed store, hash-verified

955 const_iterator end() const {return const_iterator(*this,size());}
956 //! start const iterator
957 const_iterator cbegin() const {return const_iterator(*this,0);}
958 //! end const iterator
959 const_iterator cend() const {return const_iterator(*this,size());}
960 //! reverse start iterator

Callers 1

cendMethod · 0.50

Calls 1

const_iteratorClass · 0.85

Tested by

no test coverage detected