Search code examples
What's the safest way to define short function name aliases in C++?...


c++functionmacrosaliasc-preprocessor

Read More
why macro recursive stop condition not work?...


c++macros

Read More
Define macro within another macro...


c++macros

Read More
Define a variable and "return" an expression all within a single C macro...


cdata-structuresmacrossetc-preprocessor

Read More
Check whether function is declared with C preprocessor?...


cmacrosc-preprocessor

Read More
replace placeholders in string...


c#stringmacros

Read More
How to bypass multi-definition of a function name when implementing generic data structures with mac...


cgenericsdata-structuresmacrospolymorphism

Read More
Can this C++ template be simplified with a C MACRO?...


c++macrosmetaprogramming

Read More
How to Apply a Custom Protocol in Swift Macro?...


swiftmacrosprotocols

Read More
Detect Zig compiler from C++ source?...


c++macroszig

Read More
How to print the line number of the caller function from a template function?...


c++macrosc++14variadic-templatesparameter-pack

Read More
tokio::select! eager evaluation only if outside async block...


rustmacrosrust-tokiorust-macrospanic

Read More
C Preprocessor - pass through variable to sub macro...


cmacrosc-preprocessor

Read More
A way to count the number of __VA_ARGS__ arguments, including 0, without compiler specific construct...


cmacrosc-preprocessorvariadic-macros

Read More
Is it possible to let a macro expand to a struct field?...


macrosrust

Read More
Python Macros: Use Cases?...


pythonmacroslispscheme

Read More
GNU Assembler identifier concatenation inside macro...


assemblymacrosidentifiergnu-assembler

Read More
Attribute macro modify the derived implementation for a derive macro...


rustmacrosrust-proc-macros

Read More
Getting a compiler error trying to write a complicated Predicate...


swiftmacrospredicateswiftdataswift-optionals

Read More
How could I implement the push macro?...


macroscommon-lisp

Read More
How to get index of macro repetition single element...


macrosrust

Read More
Generating documentation in macros...


macrosrust

Read More
Hy invisible module function in quasiquoted macro...


modulemacroshy

Read More
Creating a `MemberMacro` that creates an embeded struct with injected conformances...


swiftmacros

Read More
Is there a way to count member variable of a class in compile time?...


c++macrosmetaprogramming

Read More
SAS Macro Proc SQL w/ Multiple Conditions...


sasmacrosproc-sqlmultiple-conditions

Read More
Swift macro: unexpected error when parsing DeclSyntax node...


swiftmacros

Read More
What does #x inside a C macro mean?...


cmacrosc-preprocessorstringification

Read More
What does the "__cplusplus" macro expand to?...


c++c++11macros

Read More
Expand macros inside quoted string...


cmacrosc-preprocessorc-strings

Read More
BackNext