Как инициализировать пару const std::?
Предположим, что у меня есть:
#include <utility>
using namespace std;
typedef pair<int, int> my_pair;
Как инициализировать const my_pair ?
Предположим, что у меня есть:
#include <utility>
using namespace std;
typedef pair<int, int> my_pair;
Как инициализировать const my_pair ?