C++17 Deduction Guide defined inside a class is not effective inside this class, but useful outside the class

后端 未结 0 1106
旧时难觅i
旧时难觅i 2021-01-24 09:59
#include 

struct A { };

struct B { };

struct Test
{
    template
    struct overloaded : Ts { };

    // 1st Deduction Guide
    tem         


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