| 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 |
no outgoing calls
no test coverage detected