Making my binary tree class iterable with unique_ptr

后端 未结 0 1830
滥情空心
滥情空心 2021-02-02 14:45

I wanna make my class iterable for this function (assume I can\'t change this)

// basically my class wrapped in a unique_ptr
using tree_ptr = typename std::unique         


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