okteta
compiletimeassert.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Macros | |
#define | compile_time_assert(e) extern char (*concat2(ct_assert, __LINE__)(void)) [sizeof(char[1 - 2*!(e)])] |
#define | concat2(a, b) concat2_hidden(a, b) |
#define | concat2_hidden(a, b) a ## b |
Macro Definition Documentation
#define compile_time_assert | ( | e | ) | extern char (*concat2(ct_assert, __LINE__)(void)) [sizeof(char[1 - 2*!(e)])] |
Definition at line 28 of file compiletimeassert.h.
#define concat2 | ( | a, | |
b | |||
) | concat2_hidden(a, b) |
Definition at line 27 of file compiletimeassert.h.
#define concat2_hidden | ( | a, | |
b | |||
) | a ## b |
Definition at line 26 of file compiletimeassert.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.