const string_t& back() const;
Return the last reference token.
Last reference token.
Throws out_of_range.405 if the JSON pointer has no parent.
Constant.
??? example
The example shows the usage of `back`. ```cpp --8<-- "examples/json_pointer__back.cpp" ``` Output: ```json --8<-- "examples/json_pointer__back.output" ```
string_t in version 3.11.0.