]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/api/json_sax/string.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 / string.md
1 # <small>nlohmann::json_sax::</small>string
2
3 ```cpp
4 virtual bool string(string_t& val) = 0;
5 ```
6
7 A string value was read.
8
9 ## Parameters
10
11 `val` (in)
12 : string value
13
14 ## Return value
15
16 Whether parsing should proceed.
17
18 ## Notes
19
20 It is safe to move the passed string value.
21
22 ## Version history
23
24 - Added in version 3.2.0.