]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/nlohmann-json/doc/mkdocs/docs/api/json_sax/number_unsigned.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 / number_unsigned.md
1 # <small>nlohmann::json_sax::</small>number_unsigned
2
3 ```cpp
4 virtual bool number_unsigned(number_unsigned_t val) = 0;
5 ```
6
7 An unsigned integer number was read.
8
9 ## Parameters
10
11 `val` (in)
12 : unsigned integer value
13
14 ## Return value
15
16 Whether parsing should proceed.
17
18 ## Version history
19
20 - Added in version 3.2.0.