| 9 | #include "recursive_generator.h" |
| 10 | |
| 11 | template <typename T> struct BinaryTree; |
| 12 | |
| 13 | // todo: refactor to refer to parent instead of entire tree |
| 14 | template <typename T> struct Node |
nothing calls this directly
no outgoing calls
no test coverage detected