MCPcopy Create free account
hub / github.com/boostorg/parser / destroy

Method destroy

example/json.hpp:398–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 ~storage() { destroy(); }
397
398 void destroy() noexcept
399 {
400 if (local_.kind_ < object_k)
401 local_.~local();
402 else
403 remote_.~remote();
404 }
405
406 local local_;
407 remote remote_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected