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

Function parse_error

src/toml.hpp:8759–8762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8757 TOML_NODISCARD_CTOR
8758 TOML_ATTR(nonnull)
8759 parse_error(const char* desc, source_region&& src) noexcept //
8760 : std::runtime_error{ desc },
8761 source_{ std::move(src) }
8762 {}
8763
8764 TOML_NODISCARD_CTOR
8765 TOML_ATTR(nonnull)

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected