¡@

Home 

c++ Programming Glossary: mvec

Concatenating C++ iterator ranges into a const vector member variable at construction time

http://stackoverflow.com/questions/757153/concatenating-c-iterator-ranges-into-a-const-vector-member-variable-at-constru

X public template typename Iter X Iter begin Iter end mVec begin end private vector Y const mVec I now want to add a new.. Iter begin Iter end mVec begin end private vector Y const mVec I now want to add a new concatenating constructor to this class.. Iter2 X Iter1 begin1 Iter1 end1 Iter2 begin2 Iter2 end2 mVec Such a constructor would catenate the two ranges begin1 end1..