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

Method CStr

lesson7-Detection/src/utils/tinyxml.h:1775–1775  ·  view source on GitHub ↗

Return the result.

Source from the content-addressed store, hash-verified

1773 }
1774 /// Return the result.
1775 const char* CStr() { return buffer.c_str(); }
1776 /// Return the length of the result string.
1777 size_t Size() { return buffer.size(); }
1778

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected