I was watching the "Back to Basics Cpp Value Semantics" talk by Klaus Igleberger from #cppcon 2022 and I learned about the feature `std::except`
WAUW that is gonna be awesome when I can use that!
It seems to be so awesome. #cpp #programming It reminds me of how you have return <type>, err kind of thinking in golang which I really like.
Link to to talk: https://www.youtube.com/watch?v=G9MxNwUoSt0
Link to cppreference doc for std::except: https://en.cppreference.com/w/cpp/utility/expected.html










