Puma Reference Manual CT_StaticAssertDecl Class Reference



CT_StaticAssertDecl Class Reference

Tree node representing a C++1X static_assert declaration. More...

#include <Puma/CC1XTree.h>

Detailed Description

Tree node representing a C++1X static_assert declaration.

Example:

static_assert (sizeof(long) > 4, "long is too long, haha")



Puma Reference Manual. Created on Tue Jan 19 2016.