Exemplo n.º 1
0
 static int stride (vector_type& vs) {
   return vs.stride() * vector_traits<v_type>::stride (vs.data()); 
 }
Exemplo n.º 2
0
 static std::ptrdiff_t stride (vector_type& vs) {
   return vs.stride() * vector_traits<v_type>::stride (vs.data()); 
 }