JayBeams  0.1
Another project to have fun coding.
Namespaces | Macros | Functions
assert_throw.hpp File Reference
#include <stdexcept>

Go to the source code of this file.

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 

Macros

#define JB_ASSERT_THROW(PRED)
 

Functions

void jb::raise_assertion_failure (char const *filename, int lineno, char const *predicate)
 Raise std::exception to indicate an assertion failure. More...
 

Macro Definition Documentation

◆ JB_ASSERT_THROW

#define JB_ASSERT_THROW (   PRED)