eclipse-iceoryx / eclipse-iceoryx/iceoryx
Replace cxx::not_null with reference wherever possible
Open
globex
technical debt
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 492
- Avg merge
- 18h 57m
- Merged PRs (30d)
- 1
Description
## Brief feature description
`cxx::not_null` and a reference are making sure that not some variation of `nullptr` is provided as argument but `cxx::not_null` has some implementation and performance overhead.
Therefore, we should use `cxx::not_null` only for void pointer variations.
Contributor guide
Assessment
This issue has not been assessed yet.