std::any: How, when, and why--Casey Carter
Do you use it?
std::any: How, when, and why
by Casey Carter
From the article:
C++17 adds several new “vocabulary types” – types intended to be used in the interfaces between components from different sources – to the standard library. MSVC has been shipping implementations of std::optional, std::any, and std::variantsince the Visual Studio 2017 release, but we haven’t provided any guidelines on how and when these vocabulary types should be used. This article on std::any is the second of a series that examines each of the vocabulary types in turn...


 The 5th episode of the 'most useful C++ links' is now available:
The 5th episode of the 'most useful C++ links' is now available: Boris Schäling is pleased to invite you to the 2nd Boost C++ Master class 2018 in Israel:
Boris Schäling is pleased to invite you to the 2nd Boost C++ Master class 2018 in Israel: