MCPcopy Create free account
hub / github.com/cirquit/trdrop / Node

Method Node

ext/catch.hpp:9337–9337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9335 template<typename T, typename ChildNodeT>
9336 struct Node : SharedImpl<> {
9337 explicit Node( T const& _value ) : value( _value ) {}
9338 virtual ~Node() {}
9339
9340 typedef std::vector<Ptr<ChildNodeT> > ChildNodes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected