Code Fragment: BinaryTree



template <typename Object>
class BinaryTree
  : public InspectableBinaryTree<Object>, PositionalContainer<Object> { };