0

を使用するコードフラグメントがありますstd::advance()

使用時に無限ループを回避するにはstd::advance()?

std::list<xxx>::iterator i = ppp.begin();
std::advance(i, yyy);
4

1 に答える 1