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