C++ Type Dispatch

Techniques for type dispatch in C++: tag dispatch, if constexpr, std::variant with std::visit, and how to choose the right approach for your use case.

November 10, 2024 · 8 min · Nimrod