Destructor. All dynamically allocated internal memory is freed. @par Effects @code handler().~Handler() @endcode @par Complexity Same as `~Handler()`. @par Exception Safety Same as `~Handler()`. */
| 464 | Same as `~Handler()`. |
| 465 | */ |
| 466 | ~basic_parser() = default; |
| 467 | |
| 468 | /** Constructors. |
| 469 |
nothing calls this directly
no outgoing calls
no test coverage detected