iceoryx icon indicating copy to clipboard operation
iceoryx copied to clipboard

Replace cxx::not_null with reference wherever possible

Open elfenpiff opened this issue 3 years ago • 0 comments

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.

elfenpiff avatar Apr 13 '21 08:04 elfenpiff