MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / CString

Method CString

system/lib/llvm-libc/src/__support/c_string.h:26–26  ·  view source on GitHub ↗

These constructors can be implemented iff required.

Source from the content-addressed store, hash-verified

24public:
25 // These constructors can be implemented iff required.
26 CString() = delete;
27 CString(const CString &) = delete;
28 CString(CString &&) = delete;
29

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected