Destructor. All dynamically allocated memory, including any incomplete parsing results, is freed. @par Complexity Linear in the size of partial results @par Exception Safety No-throw guarantee. */
| 122 | No-throw guarantee. |
| 123 | */ |
| 124 | ~stream_parser() = default; |
| 125 | |
| 126 | /** Constructors. |
| 127 |
nothing calls this directly
no outgoing calls
no test coverage detected