Map_placement_new.cpp
Go to the documentation of this file.
00001 int data[] = {1,2,3,4,5,6,7,8,9};
00002 Map<RowVectorXi> v(data,4);
00003 cout << "The mapped vector v is: " << v << "\n";
00004 new (&v) Map<RowVectorXi>(data+4,5);
00005 cout << "Now v is: " << v << "\n";


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:31:45