MCPcopy Create free account
hub / github.com/dblalock/bolt / Node

Method Node

cpp/quantize/catch.hpp:7267–7267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7265 template<typename T, typename ChildNodeT>
7266 struct Node : SharedImpl<> {
7267 explicit Node( T const& _value ) : value( _value ) {}
7268 virtual ~Node() {}
7269
7270 typedef std::vector<Ptr<ChildNodeT> > ChildNodes;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected