| 6962 | #endif |
| 6963 | |
| 6964 | TOML_PURE_INLINE_GETTER |
| 6965 | std::string_view str() const noexcept |
| 6966 | { |
| 6967 | return std::string_view{ key_ }; |
| 6968 | } |
| 6969 | |
| 6970 | TOML_PURE_INLINE_GETTER |
| 6971 | /*implicit*/ operator std::string_view() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected