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

Method cend

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

Source from the content-addressed store, hash-verified

79 iterator end() { return elems+N; }
80 const_iterator end() const { return elems+N; }
81 const_iterator cend() const { return elems+N; }
82
83 // reverse iterator support
84#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !defined(BOOST_MSVC_STD_ITERATOR) && !defined(BOOST_NO_STD_ITERATOR_TRAITS)

Callers 4

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

Calls

no outgoing calls

Tested by 3

printTestsFunction · 0.36
getAllTestNamesMethod · 0.36
runMethod · 0.36