Šimon TóthDaily bit(e) of C++ | Implementing custom viewsDaily bit(e) of C++ #411, Implementing a composable custom view in C++23.Feb 16, 2024Feb 16, 2024
Jakub Nerudastd::visit is awesome, here’s whyOne of the very few features of the C++ standard library that I unapologetically like, is the std::visit. It reduces the amount of…Jul 13, 2023Jul 13, 2023
InDev GeniusbyMahmmoud MahdiUnlocking the Power of Lambdas in C++Lambdas are anonymous functions (functions without a name) that can be defined and used inline in C++. They provide a convenient way to…Feb 11, 20232Feb 11, 20232