hint: a constructor is called when an object is constructed
do you not call five member functions, set three member variables and then construct your object
¿so why did you write void bSearchTreeType<int>::inorderTraversal<int> : binarySearchTree {}?
> error: expected init-declarator before '<' token
error messages tend to specify line and column number
¿which one of all the `<' characters in your code was referring to?