minus-squarefaint_marble_noise@programming.devtoLobste.rs•C++26: std::optional<T&>linkfedilinkEnglisharrow-up1·2 hours agoThis allows to use methods of optional (c++23 added a couple of nice ones), as opposed to raw pointer. It seems to be obvious, but there is no mention of it in the discussion behind the link. linkfedilink
This allows to use methods of optional (c++23 added a couple of nice ones), as opposed to raw pointer. It seems to be obvious, but there is no mention of it in the discussion behind the link.