Tag Madness

This will seem like one hell of a rambling, I’m still not used to writing things in this format… Today, I randomly remembered the std::execution policies and how they are used as “tags” to select between different overloads of functions such as std::copy. I wondered to myself; “Hey, can’t I just switch between all functions with this method?”, the answer to which is a definite yes. Before anything, let’s define our tags....

August 16, 2022 · Uygar