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

Method ~Node

CvPlot/ext/catch2/inc/catch.hpp:5744–5744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5742 struct Node {
5743 explicit Node( T const& _value ) : value( _value ) {}
5744 virtual ~Node() {}
5745
5746 using ChildNodes = std::vector<std::shared_ptr<ChildNodeT>>;
5747 T value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected