MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / create

Method create

external/include/json.hpp:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341{
342 public:
343 static invalid_iterator create(int id_, const std::string& what_arg)
344 {
345 std::string w = exception::name("invalid_iterator", id_) + what_arg;
346 return invalid_iterator(id_, w.c_str());
347 }
348
349 private:
350 invalid_iterator(int id_, const char* what_arg)

Callers

nothing calls this directly

Calls 2

invalid_iteratorClass · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected