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

Method string_view

src/toml.hpp:6970–6974  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected