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

Class CVPLOT_LIBRARY_INTERFACE

CvPlot/inc/CvPlot/core/DrawableDeque.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace CvPlot {
14
15class CVPLOT_LIBRARY_INTERFACE DrawableDeque {
16public:
17 typedef std::deque<std::unique_ptr<Drawable>> Drawables;
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected