step two vectors to a function

hello forum friends I have a doubt and I have two vectors to a function.
a vector is (int *, const int) and the other is (string *, const int) and want to spend the two vectors and unite in a single function
a vector is passed to a function, but spending two vectors and join I can not find the turn.
try (int *, const int, string *, const int) but only understands the former as I do
Perhaps there is a translation mistake? "vector" refers to the std::vector template class:
http://www.cplusplus.com/reference/vector/vector/

If you show example code, it may help with understanding.
Last edited on
Topic archived. No new replies allowed.