mirror of
https://github.com/nlohmann/json.git
synced 2026-07-13 05:55:08 +00:00
deploy: c197feff81
This commit is contained in:
@@ -35,7 +35,12 @@ The exact mapping and its limitations are described on a [dedicated page](https:
|
||||
|
||||
`IteratorType` : a compatible iterator type
|
||||
|
||||
`SentinelType` : defaults to `IteratorType`; may be a different type comparable to `IteratorType` via `operator!=`, for instance a custom sentinel type for C++20 ranges
|
||||
`SentinelType` : defaults to `IteratorType`; may be a different type comparable to `IteratorType` via `operator!=`, for instance.
|
||||
|
||||
```
|
||||
- a custom sentinel type for C++20 ranges
|
||||
- `std::default_sentinel_t`, when `IteratorType` is `std::counted_iterator`
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user