I don't believe so, no.
BUT, you could make the object have if structures inside to sort out the data and maybe... just maybe... make it re-arrange them(sort of(hypothetically speaking)).
You could use constructor overloading for this.....but if you have all the three parameters with the same type then you could use templatization to solve the purpose
You could use constructor overloading for this.....but if you have all the three parameters with the same type then you could use templatization to solve the purpose