Method chaining in C

后端 未结 0 483
青春惊慌失措
青春惊慌失措 2020-12-10 12:25

Is it possible in C to do method chaining in the following way:

// is this the closest to item.find(\'path\').find(\'subpath\') ?
item -> find(\'path\') -&         


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