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 ...
確定! 回上一頁