Example #1
0
 static pointer storage (vector_type& v) {
   return vector_traits<vct_t>::storage (v.expression()); 
 }
Example #2
0
 static int stride (vector_type& v) {
   return vector_traits<vct_t>::stride (v.expression()); 
 }
Example #3
0
 static std::ptrdiff_t stride (vector_type& v) {
   return vector_traits<vct_t>::stride (v.expression()); 
 }