Macros
static_assert.hpp File Reference
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
Include dependency graph for static_assert.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOST_STATIC_ASSERT(...)   static_assert(__VA_ARGS__, #__VA_ARGS__)
 
#define BOOST_STATIC_ASSERT_BOOL_CAST(...)   (bool)(__VA_ARGS__)
 
#define BOOST_STATIC_ASSERT_MSG(...)   static_assert(__VA_ARGS__)
 
#define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE
 

Macro Definition Documentation

#define BOOST_STATIC_ASSERT (   ...)    static_assert(__VA_ARGS__, #__VA_ARGS__)

Definition at line 78 of file static_assert.hpp.

#define BOOST_STATIC_ASSERT_BOOL_CAST (   ...)    (bool)(__VA_ARGS__)

Definition at line 62 of file static_assert.hpp.

#define BOOST_STATIC_ASSERT_MSG (   ...)    static_assert(__VA_ARGS__)

Definition at line 31 of file static_assert.hpp.

#define BOOST_STATIC_ASSERT_UNUSED_ATTRIBUTE

Definition at line 73 of file static_assert.hpp.



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