Accessing a data member I shouldn't be allowed to access

后端 未结 0 1197
独厮守ぢ
独厮守ぢ 2021-02-04 09:36

I built an iterator class for my container that looks like this

template  
class binary_tree_iterator {
private:
    binary_tree* tree;         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题