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

Function back

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

the last item

Source from the content-addressed store, hash-verified

981 }
982 //! the last item
983 reference back() {
984 __TBB_ASSERT( size()>0, NULL);
985 return internal_subscript( size()-1 );
986 }
987 //! the last item const
988 const_reference back() const {
989 __TBB_ASSERT( size()>0, NULL);

Callers 2

backMethod · 0.85
is_divisibleMethod · 0.85

Calls 1

sizeFunction · 0.70

Tested by

no test coverage detected