Macros
assert.hpp File Reference
#include <assert.h>
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 BOOST_ASSERT(expr)   assert(expr)
 
#define BOOST_ASSERT_MSG(expr, msg)   assert((expr)&&(msg))
 
#define BOOST_VERIFY(expr)   BOOST_ASSERT(expr)
 
#define BOOST_VERIFY_MSG(expr, msg)   BOOST_ASSERT_MSG(expr,msg)
 

Macro Definition Documentation

◆ BOOST_ASSERT

#define BOOST_ASSERT (   expr)    assert(expr)

Definition at line 60 of file assert.hpp.

◆ BOOST_ASSERT_MSG

#define BOOST_ASSERT_MSG (   expr,
  msg 
)    assert((expr)&&(msg))

Definition at line 61 of file assert.hpp.

◆ BOOST_VERIFY

#define BOOST_VERIFY (   expr)    BOOST_ASSERT(expr)

Definition at line 82 of file assert.hpp.

◆ BOOST_VERIFY_MSG

#define BOOST_VERIFY_MSG (   expr,
  msg 
)    BOOST_ASSERT_MSG(expr,msg)

Definition at line 83 of file assert.hpp.



sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:56:19