A C++ iterator adapter which wraps and hides an inner iterator and converts the iterated type

前端 未结 7 1573
盖世英雄少女心
盖世英雄少女心 2020-12-09 04:25

Having toyed with this I suspect it isn\'t remotely possible, but I thought I\'d ask the experts. I have the following C++ code:

class IInterface
{
    virtual vo         


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