Menu

static.h File Reference

#include "assert/staticerror.h"
#include "assert/staticwarning.h"

Go to the source code of this file.

Defines

#define FAMOUSO_STATIC_ASSERT(expr, msg, types, error)

Define Documentation

#define FAMOUSO_STATIC_ASSERT ( expr,
msg,
types,
error   ) 
Value:
FAMOUSO_STATIC_ASSERT_ERROR  (((expr) || !(error)), msg, types); \
    FAMOUSO_STATIC_ASSERT_WARNING(((expr) ||  (error)), msg, types);