- Precondition
- not
empty()
- Returns
- last reference token
- Example^^ The example shows the usage of back. ^^ json_pointer__back.cpp
- Output (play with this example online):^^
last reference token of "/foo" is foo
last reference token of "/foo/0" is 0
^^ The example code above can be translated withg++ -std=c++11 -Isingle_include doc/examples/json_pointer__back.cpp -o json_pointer__back
- Complexity^^ Constant.
- Exceptions
-
out_of_range.405 | if JSON pointer has no parent |
- Since
- version 3.6.0
Definition at line 10232 of file json.hpp.