MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / destroy

Method destroy

src/toml.hpp:8882–8888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8880 }
8881
8882 void destroy() noexcept
8883 {
8884 if (err_)
8885 get_as<parse_error>(storage_)->~parse_error();
8886 else
8887 get_as<toml::table>(storage_)->~table();
8888 }
8889
8890 public:
8891

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected