MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / reset

Method reset

external/parallel_hashmap/phmap_base.h:2294–2294  ·  view source on GitHub ↗

optional::reset() Destroys the inner `T` value of an `phmap::optional` if one is present.

Source from the content-addressed store, hash-verified

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 //

Callers 2

node_handle_baseClass · 0.45
ResetMethod · 0.45

Calls 1

destructMethod · 0.45

Tested by

no test coverage detected