ATLAS Offline Software
Macros
nodiscard.h File Reference

Macro wrapping the [[nodiscard]] attribute. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ATLAS_NODISCARD   [[nodiscard]]
 

Detailed Description

Macro wrapping the [[nodiscard]] attribute.

cppyy will generate wrappers both for functions returning a value and the value being discarded. If we have [[nodiscard]] on, then we'll get warnings when cling compiles these wrappers. Since these wrappers are automatically generated by cppyy, we can't really avoid these other than by disabling them for the cling case.

Definition in file nodiscard.h.

Macro Definition Documentation

◆ ATLAS_NODISCARD

#define ATLAS_NODISCARD   [[nodiscard]]

Definition at line 19 of file nodiscard.h.