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