fixed-containers
fixed-containers copied to clipboard
Introduce OptionalRef
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
Still a WIP but reviews welcome :)