|
JSON for Modern C++
3.0
|
|
inlinenoexcept |
Returns a const iterator to the reverse-beginning; that is, the last element.
const_cast<const basic_json&>(*this).rbegin().5The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/crbegin.cpp -o crbegin.