Modern C++ Features – std::variant and std::visit--Arne Mertz
Do you use them?
Modern C++ Features – std::variant and std::visit
by Arne Mertz
From the article:
std::variant is a library addition in C++17 for sum types, and std::visit is one of the ways to process the values in a std::variant.