Searched refs:my_vector_base (Results 1 – 1 of 1) sorted by relevance
3 template<typename T, unsigned int n> struct my_vector_base;6 struct my_vector_base<T, 1> { struct18 struct my_vector_type : public my_vector_base<T, rank> { argument19 using my_vector_base<T, rank>::data;20 using typename my_vector_base<T, rank>::Native_vec_;