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

Method operator/

lesson6-Segmentation/json.hpp:11698–11702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11696 @since version 3.6.0
11697 */
11698 friend json_pointer operator/(const json_pointer& lhs,
11699 const json_pointer& rhs)
11700 {
11701 return json_pointer(lhs) /= rhs;
11702 }
11703
11704 /*!
11705 @brief create a new JSON pointer by appending the unescaped token at the end of the JSON pointer

Callers

nothing calls this directly

Calls 1

json_pointerClass · 0.85

Tested by

no test coverage detected