optional::reset() Destroys the inner `T` value of an `phmap::optional` if one is present.
| 2292 | // |
| 2293 | // Destroys the inner `T` value of an `phmap::optional` if one is present. |
| 2294 | PHMAP_ATTRIBUTE_REINITIALIZES void reset() noexcept { this->destruct(); } |
| 2295 | |
| 2296 | // optional::emplace() |
| 2297 | // |
no test coverage detected