Monthly Archives: March 2015

How stupid is initializing a vector from the concatenation of 2 other vectors?

Recently, I wanted to construct quickly a constant vector being the result of the concatenation of two other vectors using a one liner code, and if possible, without rewriting the concatenation by myself. I am a very very very lazy … Continue reading

Posted in C++ | Leave a comment