EVerest / everest-framework

Apache License 2.0
21 stars 19 forks source link

Replace PtrContainer with std::optional<std::reference_wrapper<T>> #178

Open SiebrenW opened 7 months ago

SiebrenW commented 7 months ago

Hi. I noticed the FIXME in the ModuleAdapter.hpp asking whether the standard library had such a container. It does, but it's a combination of two. I think this snippet can answer a lot more than me trying to explain it: https://godbolt.org/z/zd1jjWb4h

The interface will be slightly different.