| 33 | |
| 34 | template <typename NodeType> |
| 35 | class MemberNodeT { |
| 36 | public: |
| 37 | const NodeType name; |
| 38 | NodeType value; |
| 39 | }; |
| 40 | |
| 41 | // Forward Declaration. |
| 42 | template <typename derived_t> |
nothing calls this directly
no outgoing calls
no test coverage detected