MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / rend

Method rend

include/Eigen/src/Core/util/EmulateArray.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 EIGEN_STRONG_INLINE const_reverse_iterator rbegin() const { return const_reverse_iterator(end()); }
35
36 EIGEN_STRONG_INLINE reverse_iterator rend() { return reverse_iterator(begin()); }
37 EIGEN_STRONG_INLINE const_reverse_iterator rend() const { return const_reverse_iterator(begin()); }
38
39 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T& operator[](size_t index) {

Callers 4

upcastMethod · 0.45
diagnosticsFunction · 0.45
from_jsonFunction · 0.45
rd_stringMethod · 0.45

Calls 3

reverse_iteratorClass · 0.85
beginFunction · 0.85

Tested by

no test coverage detected