Special Standard ContainersSpecial ContainersSpecial Containers pair<A,B> contains 2 values of same or different type tuple<A,B,C,…> contains many values of same or different type optional<T> contains either one value of type T or no value variant<A,B,C,…> contains one value of either type A or type B or type C, … any contains one value of any type Slides… Sorted Sequences Ops Beginner's Guide / Utilities Special Iterators Other Containers (skips back) Standard Library Sequence Containers Standard Library Associative Containers Related … std::span / gsl::span C++articlebeginner-levelcontainersstd-library Last updated: 2019-10-20