MCPcopy Create free account
hub / github.com/cinder/Cinder / rend

Method rend

include/circular/circular.h:321–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320 reverse_iterator rbegin() { return reverse_iterator(end()); }
321 reverse_iterator rend() { return reverse_iterator(begin()); }
322
323 const_reverse_iterator rbegin() const
324 {

Callers 10

addCircleMethod · 0.80
updateMethod · 0.80
serviceTweetsMethod · 0.80
ProcessHorizontalMethod · 0.80
endsWithFunction · 0.80
findFullPathMethod · 0.80
nodeUnderPointMethod · 0.80
diagnosticsMethod · 0.80
from_jsonFunction · 0.80

Calls 1

beginFunction · 0.50

Tested by

no test coverage detected