April 2020
Intermediate to advanced
412 pages
9h 58m
English
Starting from C++20, the Chrono library supports direct writing of durations into output streams and parsing durations from input streams. There is no need to serialize durations into integer or float values explicitly. This makes handling durations even more convenient for C++ developers.