gpt4 book ai didi

c++ - 静态 constexpr 全局变量

转载 作者:行者123 更新时间:2023-12-03 07:01:09 33 4
gpt4 key购买 nike

<分区>

在 C++17 中,像这样声明一个全局常量有什么区别吗:

namespace ns
{
static constexpr const auto global_variable = 47;
}

同时指定 const 修饰符,并且:

namespace ns
{
static constexpr auto global_variable = 47;
}

没有指定const?如果是,有哪些区别,在哪些场景下推荐使用哪个版本的声明?

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com