Is it possible to define a (member) function in header with explicit type and implement it with auto?

后端 未结 0 1271
日久生厌
日久生厌 2021-01-14 00:29

I have a header foo.h defining a class Foo:

class Foo
{
    ...
    std::shared_ptr> GetVectorPtr(const std::map

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