What is the easiest way to initialize a std::vector with hardcoded elements? I can create an array and initialize it like this: int a[] = {10, 20, 30}; How ...
確定! 回上一頁