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

Function destroy

src/toml.hpp:2851–2855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2849 }
2850
2851 void destroy() noexcept
2852 {
2853 if (type_ == path_component_type::key)
2854 get_as<std::string>(value_storage_)->~basic_string();
2855 }
2856
2857 TOML_NODISCARD
2858 size_t& index_ref() noexcept

Callers 4

~path_componentFunction · 0.85
parse_resultClass · 0.85
~parse_resultMethod · 0.85
toml.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected