MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/openpose / ImplString

Class ImplString

include/openpose/core/string.hpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 // PIMPL idiom
37 // http://www.cppsamples.com/common-tasks/pimpl.html
38 struct ImplString;
39 std::shared_ptr<ImplString> spImpl;
40 };
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected