MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / ~basic_json

Function ~basic_json

examples/server/json.hpp:20418–20422  ·  view source on GitHub ↗

@brief destructor @sa https://json.nlohmann.me/api/basic_json/~basic_json/

Source from the content-addressed store, hash-verified

20416 /// @brief destructor
20417 /// @sa https://json.nlohmann.me/api/basic_json/~basic_json/
20418 ~basic_json() noexcept
20419 {
20420 assert_invariant(false);
20421 m_value.destroy(m_type);
20422 }
20423
20424 /// @}
20425

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected