Is conversion allowed with std::vector's template constructor taking iterators?

后端 未结 3 347
终归单人心
终归单人心 2020-12-11 14:57

In the C++11 standard, Section 23.3.6.2 [vector.cons], the following is said:

   template 
     vector(InputIterator first, InputI         


        
3条回答
提交回复
热议问题