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

Method Node

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected