MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~Node

Method ~Node

unittests/catch.hpp:3829–3829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3827 struct Node {
3828 explicit Node( T const& _value ) : value( _value ) {}
3829 virtual ~Node() {}
3830
3831 using ChildNodes = std::vector<std::shared_ptr<ChildNodeT>>;
3832 T value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected