
Beautiful code series


Fluent Programmer
wrote
Beautiful code #1 - Using define, templates and r-value reference 👋
In this short article, I have posted an example that does the reinterpret_cast
on an integer and convert it to char pointer and then the value pointed by the char pointer is converted to r-value reference all in a macro.