使用 std::array 取代 T[]

class A{
    int bad2[10];
    std::array<int, 10> good;
};

results matching ""

    No results matching ""