LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
constexpr_assert.h File Reference
#include <cassert>
#include <utility>
Include dependency graph for constexpr_assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define constexpr_assert(cond, msg)

Functions

void constexpr_assert_failed ()

Macro Definition Documentation

◆ constexpr_assert

#define constexpr_assert ( cond,
msg )
Value:
((void)((cond) ? 0 : (constexpr_assert_failed(), 0)))
void constexpr_assert_failed()
Definition constexpr_assert.h:29

Referenced by frozen::bits::make_pmh_tables().

Function Documentation

◆ constexpr_assert_failed()

void constexpr_assert_failed ( )
inline