smartmontools SVN Rev 5602
Utility to control and monitor storage systems with "S.M.A.R.T."
Macros
static_assert.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define STATIC_ASSERT_H_CVSID   "$Id: static_assert.h 4934 2019-07-01 20:54:14Z chrfranke $"
 
#define STATIC_ASSERT(x)   typedef char static_assertion[(x) ? 1 : -1]
 

Macro Definition Documentation

◆ STATIC_ASSERT

#define STATIC_ASSERT (   x)    typedef char static_assertion[(x) ? 1 : -1]

Definition at line 24 of file static_assert.h.

◆ STATIC_ASSERT_H_CVSID

#define STATIC_ASSERT_H_CVSID   "$Id: static_assert.h 4934 2019-07-01 20:54:14Z chrfranke $"

Definition at line 14 of file static_assert.h.