Introduction
The standard library contains many general purpose utilities and libraries beyond the containers, algorithms, and iterators discussed in the previous chapter. This chapter is focused on three areas: the chrono
library for working with dates and times, type traits that provide meta-information about other times, and the new C++17 types std::any
, std::optional
, and std::variant
.