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.
June 16-21, Sofia, Bulgaria
September 13-19, Aurora, CO, USA
October 25, Pavia, Italy
November 6-8, Berlin, Germany
November 16-21, Kona, HI, USA
By Adrien Hamelin | May 11, 2018 12:29 PM | Tags: stl intermediate
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.
There are currently no comments on this entry.
Add a Comment
Comments are closed.