|
JSON for Modern C++
3.0
|
|
inlinenoexcept |
Returns an iterator to the reverse-end; that is, one before the first element.
reverse_iterator(begin()).1The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/rend.cpp -o rend.