MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / MemberNodeT

Class MemberNodeT

include/sonic/dom/genericnode.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template <typename NodeType>
35class MemberNodeT {
36 public:
37 const NodeType name;
38 NodeType value;
39};
40
41// Forward Declaration.
42template <typename derived_t>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected