MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / string_view str

Method string_view str

src/toml.hpp:6964–6968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected