![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
|
inline |
access specified element via JSON Pointer
Uses a JSON pointer to retrieve a reference to the respective JSON value. No bound checking is performed. The function does not change the JSON value; no null
values are created. In particular, the special value -
yields an exception.
[in] | ptr | JSON pointer to the desired element |
@complexity Constant.
parse_error.106 | if an array index begins with '0' |
parse_error.109 | if an array index was not a number |
out_of_range.402 | if the array index '-' is used |
out_of_range.404 | if the JSON pointer can not be resolved |
@liveexample{The behavior is shown in the example.,operatorjson_pointer_const}
Definition at line 25945 of file json.hpp.