Contents
#include <coretreeset.h> class Node { public: // construction Node (const T& value); Node (const Node& other); // methods const T& lookup (const TreeSet <T>& tree, const T& data) const; };