Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
nodiscard.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
3  */
4 
17 #ifndef __CLING__
18 #define ATLAS_NODISCARD [[nodiscard]]
19 #else
20 #define ATLAS_NODISCARD
21 #endif