|
Ruby 3.4.8p72 (2025-12-17 revision 995b59f66677d44767ce9faac6957e5543617ff9)
|
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.