FE 0.10.2
Header-only C++ frontend library
Loading...
Searching...
No Matches
assert.h File Reference
#include <cassert>
#include <cstdlib>
#include <format>
#include <stdexcept>
#include <utility>
Include dependency graph for assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fe

Macros

#define assert_unused(x)

Functions

template<class T = std::logic_error, class... Args>
void fe::throwf (std::format_string< Args... > fmt, Args &&... args)
 Throws a T (a std::logic_error by default) whose message is std::format(fmt, args...).
void fe::unreachable ()
void fe::breakpoint ()
 Raise a breakpoint in the debugger.

Macro Definition Documentation

◆ assert_unused