MCPcopy Create free account
hub / github.com/Apress/design-patterns-in-modern-cpp / BinaryTree

Class BinaryTree

Behavioral/Iterator/iterator.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "recursive_generator.h"
10
11template <typename T> struct BinaryTree;
12
13// todo: refactor to refer to parent instead of entire tree
14template <typename T> struct Node

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected