All posts tagged "C++"
-
–
Know Your Sizes
Just because a type is complex, doesn’t mean it is expensive to copy.
-
–
C++ Parameter Passing
One misconception that floats around the C++ world is that the language has three parameter passing styles: call-by-value, call-by-pointer, and call-by-reference. This isn’t quite right though…
-
–
Projection objects for the STL
Writing some quality-of-life improvements to C++’s algorithm library.
-
–
C++ Value Categories Reference
This post is more of a reference for myself regarding C++ value categories.