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

Method create

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

Source from the content-addressed store, hash-verified

301{
302 public:
303 static invalid_iterator create(int id_, const std::string& what_arg)
304 {
305 std::string w = exception::name("invalid_iterator", id_) + what_arg;
306 return invalid_iterator(id_, w.c_str());
307 }
308
309 private:
310 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