Constructors. Construct a new parser. The parser will only support standard JSON if overloads **(1)** or **(2)** are used. Otherwise the parser will support extensions specified by the parameter `opt`. The parsed value will use the \<\ \> for storage. To use a different resource, call @ref r
| 168 | @{ |
| 169 | */ |
| 170 | stream_parser() noexcept |
| 171 | : stream_parser({}, {}) |
| 172 | { |
| 173 | } |
| 174 | |
| 175 | |
| 176 | /** Overload |
nothing calls this directly
no outgoing calls
no test coverage detected