This is the second and final part of my C++Now 2017 trip report. You can find the first part here: “c++now 2017 trip report - part 1/2”.
thursday, may 18
Call: A Library that Will Change the Way You Think about Function Invocations (by Matt Calabreses)
When reading WG21’s latest mailing list back in May 2016 in surprised by a very interesting proposal by Matt Calabrse: “A Single Generalization of
std::invoke
,std::apply
, andstd::visit
” (P0376).