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