Part 9 - exceptions
AVOID WHEN YOU CAN
Well, you can use them, but you'll loose performance. std::expected
works pretty well and provides a lot of functionality that you need.
AVOID WHEN YOU CAN
Well, you can use them, but you'll loose performance. std::expected
works pretty well and provides a lot of functionality that you need.