![]() |
Rosetta
2020.28
|
macros for using function attributes in a portable way More...
Macros | |
#define | ATTR(...) |
#define | NODISCARD ATTR( [[nodiscard]] ) |
#define | UNUSED ATTR( [[unused]] ) |
#define | PURE ATTR( [[pure ]] ) |
#define | CONST ATTR( [[const]] ) |
macros for using function attributes in a portable way
#define ATTR | ( | ... | ) |
#define CONST ATTR( [[const]] ) |
#define NODISCARD ATTR( [[nodiscard]] ) |
#define PURE ATTR( [[pure ]] ) |
#define UNUSED ATTR( [[unused]] ) |