batmat main
Batched linear algebra routines
Loading...
Searching...
No Matches
assume.hpp File Reference
#include <batmat/config.hpp>
#include <guanaqo/assume.hpp>

Go to the source code of this file.

Macros

#define BATMAT_ASSERT(x)
#define BATMAT_ASSUME(x)
 Invokes undefined behavior if the expression x does not evaluate to true.

Macro Definition Documentation

◆ BATMAT_ASSERT

#define BATMAT_ASSERT ( x)
Value:
#define GUANAQO_ASSERT(x)

Definition at line 14 of file assume.hpp.

◆ BATMAT_ASSUME

#define BATMAT_ASSUME ( x)
Value:
#define BATMAT_ASSERT(x)
Definition assume.hpp:14

Invokes undefined behavior if the expression x does not evaluate to true.

Exceptions
std::logic_errorin debug mode (when NDEBUG is not defined).

Definition at line 17 of file assume.hpp.