MCPcopy Create free account
hub / github.com/Tracktion/choc / StringPtr

Method StringPtr

choc/containers/choc_COM.h:201–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199struct StringPtr : public Ptr<String>
200{
201 StringPtr() = default;
202 StringPtr (const StringPtr&) = default;
203 StringPtr& operator= (const StringPtr&) = default;
204 StringPtr (StringPtr&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected