Skip to main content

Posts

2023

Copy Elision in C++17
·608 words
Techniques C++

2022

Unroll for-loops in C++
·898 words
Techniques C C++
Use non-Bazel Libraries in Bazel Project
·216 words
Techniques Bazel
Compute Exclusive OR(xor) of Consecutive Integers
·187 words
Mathematics Algorithm
Throw away pack expansion results in C++
·524 words
Techniques C++
Handle permutations with duplicates at compile time
·594 words
Techniques C++
`Constraints` improves readability of SFINAE code
·322 words
Techniques C++ SFINAE