MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / get_error_message

Function get_error_message

lesson6-Segmentation/json.hpp:7343–7347  ·  view source on GitHub ↗

return syntax error message

Source from the content-addressed store, hash-verified

7341
7342 /// return syntax error message
7343 JSON_HEDLEY_RETURNS_NON_NULL
7344 constexpr const char* get_error_message() const noexcept
7345 {
7346 return error_message;
7347 }
7348
7349 /////////////////////
7350 // actual scanner

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected