]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/api/json_sax/end_array.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / nlohmann-json / doc / mkdocs / docs / api / json_sax / end_array.md
CommitLineData
1e59de90
TL
1# <small>nlohmann::json_sax::</small>end_array
2
3```cpp
4virtual bool end_array() = 0;
5```
6
7The end of an array was read.
8
9## Return value
10
11Whether parsing should proceed.
12
13## Version history
14
15- Added in version 3.2.0.