MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / ValuePtr

Function ValuePtr

lib/valueptr.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 using cloner_type = decltype(&cloner<T>::apply);
42
43 ValuePtr() : mPtr(nullptr), mClone() {}
44
45 template<class U>
46 // cppcheck-suppress noExplicitConstructor

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected