I'm develoiping a class Timer
that some of its members are of type high_resolution_clock::time_point where time_point
is defined as typedef chrono::time_point<system_clock> time_point;
Question
What is the default value of this object?
I need to be aware of this value from couple of reasons:
- Know if member was initialized
- Implement
Timer::Reset()
function
Aucun commentaire:
Enregistrer un commentaire