C++
Templates for Heterogeneous Type-safe Containers in Modern C++
Code for this tutorial lives at my GitHub repo: github.com/mday299/keypuncher/ Email the Author Overview Introduction | Sample 1 std::any | Sample 2 std::variant | Sample 3 C++23 | Credits | Advanced Introduction Vector, maps, queues, sets, and all the containers for standard templates, oh my! There are a lot