Double dispatch/multimethods in C++

前端 未结 4 1504
无人及你
无人及你 2020-12-03 12:21

I have a question on C++ double dispatch. In the code below, I want the results from the second set to match the results from the first set.

I don\'t know the actua

4条回答
提交回复
热议问题