<tfoot id='ZpT9G'></tfoot>

    <small id='ZpT9G'></small><noframes id='ZpT9G'>

    <i id='ZpT9G'><tr id='ZpT9G'><dt id='ZpT9G'><q id='ZpT9G'><span id='ZpT9G'><b id='ZpT9G'><form id='ZpT9G'><ins id='ZpT9G'></ins><ul id='ZpT9G'></ul><sub id='ZpT9G'></sub></form><legend id='ZpT9G'></legend><bdo id='ZpT9G'><pre id='ZpT9G'><center id='ZpT9G'></center></pre></bdo></b><th id='ZpT9G'></th></span></q></dt></tr></i><div id='ZpT9G'><tfoot id='ZpT9G'></tfoot><dl id='ZpT9G'><fieldset id='ZpT9G'></fieldset></dl></div>
    <legend id='ZpT9G'><style id='ZpT9G'><dir id='ZpT9G'><q id='ZpT9G'></q></dir></style></legend>

      • <bdo id='ZpT9G'></bdo><ul id='ZpT9G'></ul>
    1. 我可以将 C++17 无捕获 lambda constexpr 转换运算符的

      时间:2023-05-24

          <small id='coSrJ'></small><noframes id='coSrJ'>

          <i id='coSrJ'><tr id='coSrJ'><dt id='coSrJ'><q id='coSrJ'><span id='coSrJ'><b id='coSrJ'><form id='coSrJ'><ins id='coSrJ'></ins><ul id='coSrJ'></ul><sub id='coSrJ'></sub></form><legend id='coSrJ'></legend><bdo id='coSrJ'><pre id='coSrJ'><center id='coSrJ'></center></pre></bdo></b><th id='coSrJ'></th></span></q></dt></tr></i><div id='coSrJ'><tfoot id='coSrJ'></tfoot><dl id='coSrJ'><fieldset id='coSrJ'></fieldset></dl></div>

              • <bdo id='coSrJ'></bdo><ul id='coSrJ'></ul>

                <tfoot id='coSrJ'></tfoot>
              • <legend id='coSrJ'><style id='coSrJ'><dir id='coSrJ'><q id='coSrJ'></q></dir></style></legend>
                  <tbody id='coSrJ'></tbody>

              • 本文介绍了我可以将 C++17 无捕获 lambda constexpr 转换运算符的结果用作函数指针模板非类型参数吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                在回答我该怎么做编写一个看起来像方法的 lambda 表达式?,我试图通过利用以下事实将无捕获的 lambda 转换为成员函数指针,因为自 C++17 起,无捕获的 lambda 具有 constexpr 将运算符转换为其函数指针类型.

                While answering How do I write a lambda expression that looks like a method?, I tried to turn a captureless lambda into a member function pointer by exploiting the fact that, since C++17, captureless lambdas have a constexpr conversion operator to their function pointer type.

                所以我想出了一个问题:

                So I came up with an issue boiling down to:

                template<void(*)()> struct A{};
                
                int main()
                {
                  A<static_cast<void(*)()>([]{})>{}; // 1
                
                  constexpr auto fp = static_cast<void(*)()>([]{});
                  A<fp>{}; // 2
                }
                

                现在,这在 clang(自 5.0.0 起)中编译,但 gcc(>=7.2) 抱怨:

                Now, this compiles in clang (since 5.0.0) but gcc(>=7.2) complains:

                error: lambda-expression in template-argument
                   A<static_cast<void(*)()>([]{ /*whatever*/ })>{}; // 1
                                            ^
                error: 'main()::<lambda()>::_FUN' is not a valid template argument for type 'void (*)()' because 'static constexpr void main()::<lambda()>::_FUN()' has no linkage
                   A<fp>{}; // 2
                

                问题是,谁是对的?

                推荐答案

                这是一个 gcc 错误,已提交 83258.

                This is a gcc bug, filed 83258.

                在 C++14 中,我们曾经有一个 链接要求指针类型的非类型模板参数.但是在 C++17 中(由于 N4268),参数只需要一个转换正确类型的常量表达式,还有一些其他限制(此处均不相关).一旦我们可以构造fp,我们就应该能够将其用作模板参数.

                In C++14, we used to have a linkage requirement for non-type template parameters of pointer type. But in C++17 (as a result of N4268), the parameter just needs to be a converted constant expression of the correct type, with a few other restrictions (none of which are relevant here). Once we can construct fp, we should be able to use it as a template parameter.

                这篇关于我可以将 C++17 无捕获 lambda constexpr 转换运算符的结果用作函数指针模板非类型参数吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:为什么具有“相同签名"的模板和非模板函数 下一篇:类模板中的模板构造函数 - 如何为第二个参数显

                相关文章

                最新文章

                <small id='JqIYv'></small><noframes id='JqIYv'>

                <i id='JqIYv'><tr id='JqIYv'><dt id='JqIYv'><q id='JqIYv'><span id='JqIYv'><b id='JqIYv'><form id='JqIYv'><ins id='JqIYv'></ins><ul id='JqIYv'></ul><sub id='JqIYv'></sub></form><legend id='JqIYv'></legend><bdo id='JqIYv'><pre id='JqIYv'><center id='JqIYv'></center></pre></bdo></b><th id='JqIYv'></th></span></q></dt></tr></i><div id='JqIYv'><tfoot id='JqIYv'></tfoot><dl id='JqIYv'><fieldset id='JqIYv'></fieldset></dl></div>
                1. <tfoot id='JqIYv'></tfoot>

                  <legend id='JqIYv'><style id='JqIYv'><dir id='JqIYv'><q id='JqIYv'></q></dir></style></legend>

                  • <bdo id='JqIYv'></bdo><ul id='JqIYv'></ul>