c++11 emplace_back and push_back syntax with struct

前端 未结 1 1452
無奈伤痛
無奈伤痛 2020-12-25 14:25

I\'m using MSVC, Visual Studio 2013.

Suppose I have a struct:

struct my_pair {
    int foo, bar;
};

And I want to add a bunch of th

1条回答
提交回复
热议问题