MCPcopy Create free account
hub / github.com/Profactor/cv-plot / operator->

Method operator->

CvPlot/inc/CvPlot/Internal/Pimpl.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 static_assert(0 < sizeof(T), "Pimpl error: Missing destructor in the pimpled class?");
24 }
25 T* operator->() {
26 return m.get();
27 }
28 const T* operator->() const {
29 return m.get();
30 }

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected