json/doc/mkdocs/docs/api/json_sax/binary.md

25 lines
318 B
Markdown
Raw Normal View History

2021-11-07 15:13:37 +03:00
# <small>nlohmann::json_sax::</small>binary
2021-11-05 00:02:48 +03:00
```cpp
virtual bool binary(binary_t& val) = 0;
```
A binary value was read.
## Parameters
`val` (in)
: binary value
## Return value
Whether parsing should proceed.
2021-11-05 16:26:19 +03:00
## Notes
2021-11-05 00:02:48 +03:00
It is safe to move the passed binary value.
## Version history
- Added in version 3.8.0.