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. */
| 112 | No-throw guarantee. |
| 113 | */ |
| 114 | ~parser() = default; |
| 115 | |
| 116 | /** Constructors. |
| 117 |
nothing calls this directly
no outgoing calls
no test coverage detected