MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / create

Method create

external/json/json.hpp:971–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969{
970 public:
971 static invalid_iterator create(int id_, const std::string& what_arg)
972 {
973 std::string w = exception::name("invalid_iterator", id_) + what_arg;
974 return invalid_iterator(id_, w.c_str());
975 }
976
977 private:
978 invalid_iterator(int id_, const char* what_arg)

Callers

nothing calls this directly

Calls 1

invalid_iteratorClass · 0.85

Tested by

no test coverage detected