|
JSON for Modern C++
3.0
|
|
inlinenoexcept |
Returns a const iterator to one past the last element.
const_cast<const basic_json&>(*this).end().5The example code above can be translated with
g++ -std=c++11 -Isrc doc/examples/cend.cpp -o cend.