|
Ruby 3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
|
RBIMPL_ATTR_CONSTEXPR. More...
Go to the source code of this file.
Macros | |
| #define | RBIMPL_ATTR_CONSTEXPR(_) |
| Wraps (or simulates) C++11 constexpr. | |
| #define | RBIMPL_ATTR_CONSTEXPR_UNLESS_DEBUG(_) |
| Enables RBIMPL_ATTR_CONSTEXPR if and only if. | |
Definition in file constexpr.h.
| #define RBIMPL_ATTR_CONSTEXPR | ( | _ | ) |
Wraps (or simulates) C++11 constexpr.
Definition at line 74 of file constexpr.h.
Referenced by RB_STATIC_SYM_P().
| #define RBIMPL_ATTR_CONSTEXPR_UNLESS_DEBUG | ( | _ | ) |
Enables RBIMPL_ATTR_CONSTEXPR if and only if.
! RUBY_DEBUG.
Definition at line 79 of file constexpr.h.