MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / create

Method create

lesson6-Segmentation/json.hpp:2513–2517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2511{
2512 public:
2513 static invalid_iterator create(int id_, const std::string& what_arg)
2514 {
2515 std::string w = exception::name("invalid_iterator", id_) + what_arg;
2516 return invalid_iterator(id_, w.c_str());
2517 }
2518
2519 private:
2520 JSON_HEDLEY_NON_NULL(3)

Callers

nothing calls this directly

Calls 2

invalid_iteratorClass · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected