Macros
assert.hpp File Reference
#include <lexy/_detail/config.hpp>
#include <cassert>
Include dependency graph for assert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LEXY_ASSERT(Expr, Msg)   ((Expr) ? void(0) : assert((Expr) && (Msg)))
 
#define LEXY_ENABLE_ASSERT   1
 
#define LEXY_PRECONDITION(Expr)   ((Expr) ? void(0) : assert(Expr))
 

Macro Definition Documentation

◆ LEXY_ASSERT

#define LEXY_ASSERT (   Expr,
  Msg 
)    ((Expr) ? void(0) : assert((Expr) && (Msg)))

Definition at line 37 of file assert.hpp.

◆ LEXY_ENABLE_ASSERT

#define LEXY_ENABLE_ASSERT   1

Definition at line 16 of file assert.hpp.

◆ LEXY_PRECONDITION

#define LEXY_PRECONDITION (   Expr)    ((Expr) ? void(0) : assert(Expr))

Definition at line 36 of file assert.hpp.



behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Nov 1 2024 02:20:52