MCPcopy Create free account
hub / github.com/bupticybee/TexasSolver / create

Method create

include/json.hpp:2078–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2076{
2077 public:
2078 static type_error create(int id_, const std::string& what_arg)
2079 {
2080 std::string w = exception::name("type_error", id_) + what_arg;
2081 return type_error(id_, w.c_str());
2082 }
2083
2084 private:
2085 JSON_HEDLEY_NON_NULL(3)

Callers

nothing calls this directly

Calls 1

type_errorClass · 0.85

Tested by

no test coverage detected