eclipse-iceoryx / eclipse-iceoryx/iceoryx

Replace cxx::not_null with reference wherever possible

Open
#717 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.