MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / create

Method create

3rd/json/include/nlohmann/json.hpp:439–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437{
438 public:
439 static other_error create(int id_, const std::string& what_arg)
440 {
441 std::string w = exception::name("other_error", id_) + what_arg;
442 return other_error(id_, w.c_str());
443 }
444
445 private:
446 other_error(int id_, const char* what_arg) : exception(id_, what_arg) {}

Callers

nothing calls this directly

Calls 2

other_errorClass · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected