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 |
#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.