MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / create

Method create

Source/external/json.hpp:4455–4459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4453 public:
4454 template<typename BasicJsonContext, enable_if_t<is_basic_json_context<BasicJsonContext>::value, int> = 0>
4455 static invalid_iterator create(int id_, const std::string& what_arg, BasicJsonContext context)
4456 {
4457 std::string w = concat(exception::name("invalid_iterator", id_), exception::diagnostics(context), what_arg);
4458 return {id_, w.c_str()};
4459 }
4460
4461 private:
4462 JSON_HEDLEY_NON_NULL(3)

Callers

nothing calls this directly

Calls 1

concatFunction · 0.85

Tested by

no test coverage detected