Append row into a 2D vector

Hi,

I'm trying to append a row of floats into a 2D vector, but vector.push_back(element) seems to work only for a single element, not a row of n elements. What should I use?

Thank you in advance for your help!
Topic archived. No new replies allowed.