json/doc/mkdocs/docs/api/json_sax/binary.md
2021-11-04 22:02:48 +01:00

292 B

json_sax::binary

virtual bool binary(binary_t& val) = 0;

A binary value was read.

Parameters

val (in)
binary value

Return value

Whether parsing should proceed.

Note

It is safe to move the passed binary value.

Version history

  • Added in version 3.8.0.