Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. std::vector<int> x = y.getTheVector();
  2.  
  3. std::vector<int>& x = y.getTheVector();
  4.  
  5. std::vector<int> x = y.getTheVector();
  6.  
  7. std::vector<int>& x = y.getTheVector();
  8.  
  9. std::vector<int> x = y.getTheVector();
  10.  
  11. std::vector<int>& x = y.getTheVector();
  12.  
  13. std::vector<int> x = y.getTheVector();
  14.  
  15. std::vector<int>& x = y.getTheVector();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement