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

Method string_view description

src/toml.hpp:8796–8804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8794#endif
8795
8796 TOML_NODISCARD
8797 std::string_view description() const noexcept
8798 {
8799#if TOML_EXCEPTIONS
8800 return std::string_view{ what() };
8801#else
8802 return description_;
8803#endif
8804 }
8805
8806 TOML_NODISCARD
8807 const source_region& source() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected