@brief destructor @sa https://json.nlohmann.me/api/basic_json/~basic_json/
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected