Has the semantics of const_cast<const basic_json&>(*this).end().
Example\n The following code shows an example for cend(). \n @includelineno cend.cpp \n Output (play with this example @htmlinclude cend.link):\n @verbinclude cend.output \n The example code above can be translated with @verbatim g++ -std=c++11 -Isrc doc/examples/cend.cpp -o cend @endverbatim