これ、できるようになるんですね
for (int i : {1, 2, 3, 4, 5}) { cout << i << endl; }
Concepts: Extending C++ Templates for Generic Programming
これ、できるようになるんですね
for (int i : {1, 2, 3, 4, 5}) { cout << i << endl; }
Concepts: Extending C++ Templates for Generic Programming