...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Destructor.
~basic_parser();
All dynamically allocated internal memory is freed.
this->handler().~Handler()
Same as ~Handler()
.
Same as ~Handler()
.