teslamotors / fixed-containers

C++ Fixed Containers
MIT License
352 stars 31 forks source link

Introduce OptionalRef #105

Closed younesr1 closed 1 month ago

younesr1 commented 3 months ago

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

younesr1 commented 3 months ago

Still a WIP but reviews welcome :)