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

#define BOOST_ASSERT (   expr)    assert(expr)

Definition at line 56 of file assert.hpp.

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

Definition at line 57 of file assert.hpp.

#define BOOST_VERIFY (   expr)    BOOST_ASSERT(expr)

Definition at line 75 of file assert.hpp.

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

Definition at line 76 of file assert.hpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:24