qskinny
qskinny copied to clipboard
c++ attribute specifiers
Do we want to make use of c++ attribute specifiers ?
- noreturn ( Q_NORETURN )
- nodiscard ( Q_REQUIRED_RESULT )
- maybe_unused ( Q_DECL_UNUSED )
- likely, unlikely ( Q_LIKELY, Q_UNLIKELY )
- Q_DECL_PURE_FUNCTION
- Q_DECL_CONST_FUNCTION
- Q_DECL_COLD_FUNCTION