Monday, November 13, 2017

C++17: std::visit

C++17 added the template function std::visit() that accepts a visitor, and variants; and applies the visitor to the variants.


No comments:

Post a Comment