template <int I> static inline scalar_type & w( Vector & v );
This function template is expected to be static member of user-defined specializations of the v_traits template. It returns mutable reference to the I-th element of v.