Go to the documentation of this file.
32 #ifndef ROSCONSOLE_STATIC_ASSERT_H
33 #define ROSCONSOLE_STATIC_ASSERT_H
37 #include <boost/static_assert.hpp>
52 #define ROS_COMPILE_ASSERT(cond) BOOST_STATIC_ASSERT(cond)
67 #define ROS_STATIC_ASSERT(cond) BOOST_STATIC_ASSERT(cond)
70 #endif // ROSCONSOLE_STATIC_ASSERT_H
rosconsole
Author(s): Josh Faust
autogenerated on Wed Mar 2 2022 00:53:52