]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/api/json_sax/start_object.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 / start_object.md
CommitLineData
1e59de90
TL
1# <small>nlohmann::json_sax::</small>start_object
2
3```cpp
4virtual bool start_object(std::size_t elements) = 0;
5```
6
7The beginning of an object was read.
8
9## Parameters
10
11`elements` (in)
12: number of object elements or `#!cpp -1` if unknown
13
14## Return value
15
16Whether parsing should proceed.
17
18## Notes
19
20Binary formats may report the number of elements.
21
22## Version history
23
24- Added in version 3.2.0.