_GetKey
inline Key _GetKey(Node* node) const;
return fParent->_GetKey(fParent->_GetNode(node));
template<typename Key, typename Value, typename _GetKey, typename KeyOrder>
_GetKey fGetKey;