Special Standard Containers Special Containers Special 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… Heap Ops Beginner's Guide / Std.Library 2 Special Iterators Other Containers (skips back) Standard Library Sequence Containers Standard Library Associative Containers Related … std::span / gsl::span C++articlebeginner-levelcontainersstd-containersstd-library Last updated: 2019-10-20