Exemple #1
0
 void assign(const self_type& x)
 {
   std::copy(x.begin(), x.end(), begin());
 }