I have a class that mimicks a std::vector. For this, I want to have a function push_back that accepts both an lvalue and a rvalue.
void push_back(const T&