mercredi 2 août 2017

how to convert "std::chrono::system_clock::now()" to double

auto current_time = std::chrono::system_clock::now();

Using std::chrono in C++ I get current time like above.
How can I convert it to double?

Aucun commentaire:

Enregistrer un commentaire