|
Ruby 3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
|
Defines RBIMPL_STATIC_ASSERT. More...
#include <assert.h>#include "ruby/internal/has/extension.h"#include "ruby/internal/compiler_since.h"#include "ruby/internal/attr/maybe_unused.h"Go to the source code of this file.
Macros | |
| #define | RBIMPL_STATIC_ASSERT static_assert |
| Wraps (or simulates) static_assert | |
Defines RBIMPL_STATIC_ASSERT.
Definition in file static_assert.h.
| #define RBIMPL_STATIC_ASSERT static_assert |
Wraps (or simulates) static_assert
| name | Valid C/C++ identifier, describing the assertion. |
| expr | Expression to assert. |
Definition at line 67 of file static_assert.h.