Go to the documentation of this file.
22 #define QX_EMPTY_MACRO static_assert(true)
27 #define QX_LINE int(_QX_JOIN(__LINE__, U))
34 #define QX_SHORT_FILE qx::details::last_slash(QX_TEXT(__FILE__))
43 #define QX_SINGLE_ARGUMENT(...) __VA_ARGS__
61 #define QX_CONST_CAST_THIS() const_cast<qx::switch_const_t<std::remove_pointer_t<decltype(this)>>*>(this)
74 #define QX_CALL_BEFORE_MAIN inline volatile qx::details::call_before_main_invoker QX_LINE_NAME(_stubCallBeforeMain)
80 #define QX_DISABLE_OPTIMIZATIONS() _QX_DISABLE_OPTIMIZATIONS()
85 #define QX_ENABLE_OPTIMIZATIONS() _QX_ENABLE_OPTIMIZATIONS()
90 #define QX_FORCE_INLINE _QX_FORCE_INLINE