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.
November 14-16, Berlin, Germany
November 18-23, Wrocław, Poland
November 25, Wrocław, Poland
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
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.