fixed-containers icon indicating copy to clipboard operation
fixed-containers copied to clipboard

Introduce OptionalRef

Open younesr1 opened this issue 10 months ago • 1 comments

Introduce a OptionalRef which is intended to be similar to std::optionalstd::reference_wrapper without the necessary layer of indirection when accessing values

Plan is to be identical to std::optional, but with assignment operator deleted and without value_or. both are ambiguous for optional references

younesr1 avatar Mar 30 '24 20:03 younesr1

Still a WIP but reviews welcome :)

younesr1 avatar Mar 30 '24 20:03 younesr1