gpt4 book ai didi

c++ - 如何初始化 const std::pair?

转载 作者:IT老高 更新时间:2023-10-28 23:03:21 26 4
gpt4 key购买 nike

假设我有一个:

#include <utility>
using namespace std;
typedef pair<int, int> my_pair;

如何初始化 const my_pair ?

最佳答案

使用它的构造函数:

const my_pair p( 1, 2 );

关于c++ - 如何初始化 const std::pair?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1231788/

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