| 322 | const_reverse_iterator crbegin() const { return rbegin(); } |
| 323 | |
| 324 | const_reverse_iterator crend() const { return rend(); } |
| 325 | |
| 326 | // Change elements if you have a non-const pointer to this object. |
| 327 | // Scalars only. See reflection.h, and the documentation. |