jeudi 15 novembre 2018

What is s in std::this_thread::sleep_for(2s)?

I find the std::this_thread::sleep_for can process the time unit s.

std::this_thread::sleep_for(2s);

But I don't know what is s in C++.

Aucun commentaire:

Enregistrer un commentaire