API Reference > Other Classes > OdArray Template > OdArray Methods > rend Method > OdArray::rend Method ()
OdArray::rend Method ()
Syntax
C++
std::reverse_iterator<const_iterator> rend() const;

Returns a reverse const_iterator that references the location before the first element in this Array object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.