I want to make a function similar to emplace_back in vector class
something like this
template<typename T>
void function(//T constructor arguments)
{ //Do stuff}
I want to make a function similar to emplace_back in vector class
something like this
template<typename T>
void function(//T constructor arguments)
{ //Do stuff}