MONTH: July 2024
C++ Insights
C++ Insights Episode 52: The Power of std::is_constant_evaluated(): Elevating Your Constexpr Code
I published a new C++ insights episode: The Power of std::is_constant_evaluated(): Elevating Your Constexpr Code. [...]
C++
Understanding the inner workings of C++ smart pointers - The unique_ptr
Have you always wondered how the two smart pointers unique_ptr and shared_ptr work internally? Then, this series might give you a better understanding. [...]