| 6968 | } |
| 6969 | |
| 6970 | TOML_PURE_INLINE_GETTER |
| 6971 | /*implicit*/ operator std::string_view() const noexcept |
| 6972 | { |
| 6973 | return str(); |
| 6974 | } |
| 6975 | |
| 6976 | TOML_PURE_INLINE_GETTER |
| 6977 | bool empty() const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected