C++
C++23 - std::expected, the superior way of returning a value or an error
In today's post, I like to jump in time and fast forward to what is coming with C++23, a new data type in the STL std::expected (P0323). The idea behind this data type isn't new. [...]


